summary refs log tree commit diff
path: root/pkgs/desktops/cdesktopenv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/cdesktopenv/default.nix')
-rw-r--r--pkgs/desktops/cdesktopenv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/cdesktopenv/default.nix b/pkgs/desktops/cdesktopenv/default.nix
index aa3e3f78b91..60ea33ca6ba 100644
--- a/pkgs/desktops/cdesktopenv/default.nix
+++ b/pkgs/desktops/cdesktopenv/default.nix
@@ -70,7 +70,7 @@ EOF
 
   meta = with stdenv.lib; {
     description = "Common Desktop Environment";
-    homepage = https://sourceforge.net/projects/cdesktopenv/;
+    homepage = "https://sourceforge.net/projects/cdesktopenv/";
     license = licenses.lgpl2;
     maintainers = [ maintainers.gnidorah ];
     platforms = [ "i686-linux" "x86_64-linux" ];