treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
installCheckTarget = "test";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/cracklib/cracklib;
|
||||
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 ];
|
||||
|
||||
Reference in New Issue
Block a user