summary refs log tree commit diff
path: root/pkgs/applications/misc/cura/stable.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/cura/stable.nix')
-rw-r--r--pkgs/applications/misc/cura/stable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/cura/stable.nix b/pkgs/applications/misc/cura/stable.nix
index 1972042f805..1191be09f76 100644
--- a/pkgs/applications/misc/cura/stable.nix
+++ b/pkgs/applications/misc/cura/stable.nix
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "3D printing host software";
-    homepage = https://github.com/daid/Cura;
+    homepage = "https://github.com/daid/Cura";
     license = licenses.agpl3;
     platforms = platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ the-kenny ];