Merge pull request #111726 from fabaff/license-crunch
crunch: add license
This commit is contained in:
commit
16f7936113
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Wordlist generator";
|
description = "Wordlist generator";
|
||||||
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
|
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = with licenses; [ gpl2Only ];
|
||||||
maintainers = with maintainers; [ lethalman lnl7 ];
|
maintainers = with maintainers; [ lethalman lnl7 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user