summary refs log tree commit diff
path: root/pkgs/applications/misc/curaengine/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/curaengine/default.nix')
-rw-r--r--pkgs/applications/misc/curaengine/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/curaengine/default.nix b/pkgs/applications/misc/curaengine/default.nix
index 26cdb0ed3f9..ce7109dd6fc 100644
--- a/pkgs/applications/misc/curaengine/default.nix
+++ b/pkgs/applications/misc/curaengine/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A powerful, fast and robust engine for processing 3D models into 3D printing instruction";
-    homepage = "https://github.com/Ultimaker/CuraEngine";
+    homepage = https://github.com/Ultimaker/CuraEngine;
     license = licenses.agpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ abbradar ];