summary refs log tree commit diff
path: root/pkgs/development/tools/gdm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/gdm/default.nix')
-rw-r--r--pkgs/development/tools/gdm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/gdm/default.nix b/pkgs/development/tools/gdm/default.nix
index 9cfa2f02c6e..284579fd362 100644
--- a/pkgs/development/tools/gdm/default.nix
+++ b/pkgs/development/tools/gdm/default.nix
@@ -17,7 +17,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     description = "Minimalist dependency manager for Go written in Go.";
-    homepage = https://github.com/sparrc/gdm;
+    homepage = "https://github.com/sparrc/gdm";
     license = licenses.unlicense;
     platforms = platforms.all;
     maintainers = [ maintainers.mic92 ];