treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
patches = [
|
||||
# pytest 5 is currently unsupported. Fetch and apply a pr that resolves this.
|
||||
(fetchpatch {
|
||||
url = https://github.com/zalando-stups/zign/commit/50140720211e547b0e59f7ddb39a732f0cc73ad7.patch;
|
||||
url = "https://github.com/zalando-stups/zign/commit/50140720211e547b0e59f7ddb39a732f0cc73ad7.patch";
|
||||
sha256 = "1zmyvg1z1asaqqsmxvsx0srvxd6gkgavppvg3dblxwhkml01awqk";
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user