summary refs log tree commit diff
path: root/pkgs/development/libraries/gsound/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gsound/default.nix')
-rw-r--r--pkgs/development/libraries/gsound/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gsound/default.nix b/pkgs/development/libraries/gsound/default.nix
index b1869193a09..9ac296f6f02 100644
--- a/pkgs/development/libraries/gsound/default.nix
+++ b/pkgs/development/libraries/gsound/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = https://wiki.gnome.org/Projects/GSound;
+    homepage = "https://wiki.gnome.org/Projects/GSound";
     description = "Small library for playing system sounds";
     maintainers = gnome3.maintainers;
     license = licenses.gpl2;