Merge pull request #1942 from thoughtpolice/fixups
Trivial fixes for my packages
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user