treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
meta = {
description = "Garry Newman's personal utility library";
homepage = https://github.com/garrynewman/bootil;
homepage = "https://github.com/garrynewman/bootil";
# License unsure - see https://github.com/garrynewman/bootil/issues/21
license = stdenv.lib.licenses.free;
maintainers = [ stdenv.lib.maintainers.abigailbuccaneer ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
};
patches = [ (fetchpatch {
url = https://github.com/garrynewman/bootil/pull/22.patch;
url = "https://github.com/garrynewman/bootil/pull/22.patch";
name = "github-pull-request-22.patch";
sha256 = "1qf8wkv00pb9w1aa0dl89c8gm4rmzkxfl7hidj4gz0wpy7a24qa2";
}) ];