about summary refs log tree commit diff
path: root/pkgs/servers/gpm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/gpm/default.nix')
-rw-r--r--pkgs/servers/gpm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/gpm/default.nix b/pkgs/servers/gpm/default.nix
index 3cd36858204ea..1a5032772aba6 100644
--- a/pkgs/servers/gpm/default.nix
+++ b/pkgs/servers/gpm/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://www.nico.schottelius.org/software/gpm/;
+    homepage = "https://www.nico.schottelius.org/software/gpm/";
     description = "A daemon that provides mouse support on the Linux console";
     license = licenses.gpl2;
     platforms = platforms.linux ++ platforms.cygwin;