summary refs log tree commit diff
path: root/pkgs/tools/system/efibootmgr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/efibootmgr/default.nix')
-rw-r--r--pkgs/tools/system/efibootmgr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/efibootmgr/default.nix b/pkgs/tools/system/efibootmgr/default.nix
index a2487324849..3323ac24897 100644
--- a/pkgs/tools/system/efibootmgr/default.nix
+++ b/pkgs/tools/system/efibootmgr/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager";
-    homepage = https://github.com/rhboot/efibootmgr;
+    homepage = "https://github.com/rhboot/efibootmgr";
     license = licenses.gpl2;
     maintainers = with maintainers; [ ];
     platforms = platforms.linux;