pwgen, wgetpaste: set platforms

This commit is contained in:
Domen Kozar 2013-03-29 18:32:32 +01:00
parent 6c890824bd
commit 92f72cb80f
2 changed files with 2 additions and 0 deletions

View file

@ -8,5 +8,6 @@ stdenv.mkDerivation {
};
meta = {
description = "Small, GPL'ed password generator which creates passwords which can be easily memorized by a human.";
platforms = stdenv.lib.platforms.all;
};
}

View file

@ -23,5 +23,6 @@
homepage = http://wgetpaste.zlin.dk/;
license = "publicDomain";
maintainers = with stdenv.lib.maintainers; [qknight];
platforms = stdenv.lib.platforms.all;
};
}