cracklib: add license

This commit is contained in:
Markus Kowalewski 2018-08-15 20:17:54 +02:00
parent 4ea5a9161f
commit 2c2d02fce5
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};