treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,12 +21,12 @@ in stdenv.mkDerivation rec {
|
||||
# could be merged, but dev can not make a new release.
|
||||
|
||||
(fetchpatch {
|
||||
url = https://bug787443.bugzilla-attachments.gnome.org/attachment.cgi?id=359589;
|
||||
url = "https://bug787443.bugzilla-attachments.gnome.org/attachment.cgi?id=359589";
|
||||
sha256 = "0f0d9iddg8zwy853phh7swikg4yzhxxv71fcag36f8gis0j5p998";
|
||||
})
|
||||
|
||||
(fetchpatch {
|
||||
url = https://bug787443.bugzilla-attachments.gnome.org/attachment.cgi?id=361056;
|
||||
url = "https://bug787443.bugzilla-attachments.gnome.org/attachment.cgi?id=361056";
|
||||
sha256 = "09fyrdci4727fg6qm5aaapsbv71sf4wgfaqz8jqlyy61dibgg490";
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user