Make my packages slightly more consistent.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp
2014-03-07 20:27:02 -06:00
parent 084ff142ad
commit fb055c10f6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
meta = {
description = "cryptographic tool based on the CBEAMr0 sponge function";
homepage = "https://www.cblnk.com";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
};
}