cracklib: add license

+1
+1
pkgs/development/libraries/cracklib/default.nix
··· 13 13 meta = with stdenv.lib; { 14 14 homepage = https://github.com/cracklib/cracklib; 15 15 description = "A library for checking the strength of passwords"; 16 + license = licenses.lgpl21; # Different license for the wordlist: http://www.openwall.com/wordlists 16 17 maintainers = with maintainers; [ lovek323 ]; 17 18 platforms = platforms.unix; 18 19 };