summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/bootil/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/bootil/default.nix')
-rw-r--r--pkgs/development/libraries/bootil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/bootil/default.nix b/pkgs/development/libraries/bootil/default.nix
index 9283f37a8c47..a1924f59a8db 100644
--- a/pkgs/development/libraries/bootil/default.nix
+++ b/pkgs/development/libraries/bootil/default.nix
@@ -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";
}) ];