treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Given Unicode text, make its representation consistent and possibly less broken";
|
||||
homepage = https://github.com/LuminosoInsight/python-ftfy;
|
||||
homepage = "https://github.com/LuminosoInsight/python-ftfy";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sdll aborsu ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user