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