Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-03 12:22:13 +00:00
committed by GitHub
23 changed files with 159 additions and 100 deletions
+2 -1
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 ];
};
}