Merge pull request #111726 from fabaff/license-crunch
crunch: add license
This commit is contained in:
commit
16f7936113
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchurl, which }:
|
{ lib, stdenv, fetchurl, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "crunch";
|
pname = "crunch";
|
||||||
version = "3.6";
|
version = "3.6";
|
||||||
|
|
||||||
@ -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