crunch: add license

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

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, which }:
stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "crunch";
version = "3.6";
@ -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 ];
};
}