From 2c2d02fce57ee5ecd220ca103cdad86f371c202e Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 15 Aug 2018 20:17:54 +0200 Subject: [PATCH] cracklib: add license --- pkgs/development/libraries/cracklib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/cracklib/default.nix b/pkgs/development/libraries/cracklib/default.nix index aa8b4231a86..b75f03fab7c 100644 --- a/pkgs/development/libraries/cracklib/default.nix +++ b/pkgs/development/libraries/cracklib/default.nix @@ -13,6 +13,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = https://github.com/cracklib/cracklib; description = "A library for checking the strength of passwords"; + license = licenses.lgpl21; # Different license for the wordlist: http://www.openwall.com/wordlists maintainers = with maintainers; [ lovek323 ]; platforms = platforms.unix; };