crunch: add license

This commit is contained in:
Fabian Affolter 2021-02-03 11:08:31 +01:00
parent 94bb7a9ca2
commit 2469079366

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
description = "Wordlist generator";
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
platforms = platforms.unix;
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ lethalman lnl7 ];
};
}