treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Getting image size from png/jpeg/jpeg2000/gif file";
|
||||
homepage = https://github.com/shibukawa/imagesize_py;
|
||||
homepage = "https://github.com/shibukawa/imagesize_py";
|
||||
license = with licenses; [ mit ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user