treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ zope_i18nmessageid zope_interface ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/zopefoundation/zope.size;
|
||||
homepage = "https://github.com/zopefoundation/zope.size";
|
||||
description = "Interfaces and simple adapter that give the size of an object";
|
||||
license = licenses.zpl20;
|
||||
maintainers = with maintainers; [ goibhniu ];
|
||||
|
||||
Reference in New Issue
Block a user