···1313 meta = with stdenv.lib; {
1414 homepage = https://github.com/cracklib/cracklib;
1515 description = "A library for checking the strength of passwords";
1616+ license = licenses.lgpl21; # Different license for the wordlist: http://www.openwall.com/wordlists
1617 maintainers = with maintainers; [ lovek323 ];
1718 platforms = platforms.unix;
1819 };