treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
standard library. Examples include useful utilities like transparent support for zipped files, useful design
|
||||
patterns such as singleton and cached_class, and many more.
|
||||
";
|
||||
homepage = https://github.com/materialsvirtuallab/monty;
|
||||
homepage = "https://github.com/materialsvirtuallab/monty";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ psyanticy ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user