Merge pull request #1867 from thoughtpolice/fixes

Some minor fixes for my packages - ktap, cb0cat, etc
This commit is contained in:
mornfall
2014-03-03 20:36:08 +01:00
4 changed files with 11 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ 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;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
};