Merge pull request #1942 from thoughtpolice/fixups

Trivial fixes for my packages
This commit is contained in:
Peter Simons
2014-03-15 09:35:35 +01:00
5 changed files with 10 additions and 9 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 ];
};
}