treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "nss_ldap-265";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.padl.com/download/nss_ldap-265.tar.gz;
|
||||
url = "http://www.padl.com/download/nss_ldap-265.tar.gz";
|
||||
sha256 = "1a16q9p97d2blrj0h6vl1xr7dg7i4s8x8namipr79mshby84vdbp";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user