treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -18,6 +18,6 @@ buildPythonPackage rec {
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
description = "Modern password hashing for your software and your servers";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/pyca/bcrypt/;
|
||||
homepage = "https://github.com/pyca/bcrypt/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user