Merge pull request #111726 from fabaff/license-crunch
crunch: add license
This commit is contained in:
commit
16f7936113
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue