treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Read and write ZIP files - backport of the zipfile module from Python 3.6";
|
||||
homepage = https://gitlab.com/takluyver/zipfile36;
|
||||
homepage = "https://gitlab.com/takluyver/zipfile36";
|
||||
license = lib.licenses.psfl;
|
||||
maintainers = lib.maintainers.fridh;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user