about summary refs log tree commit diff
path: root/pkgs/applications/misc/curaengine
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2018-02-25 19:47:45 +0300
committerNikolay Amiantov <ab@fmap.me>2018-02-25 22:24:08 +0300
commit08f8ad26b31cb309004ec2d9a99bb2b5007dd66b (patch)
tree72428a704698acaea830df0ab74f8d8e8b3ef4b9 /pkgs/applications/misc/curaengine
parentab7a07f73b8b2d76decdd8de1e5dd90941b7a727 (diff)
treewide: unquote homepage in my packages
I don't like this personally but we have #27809 as a precedent.
Diffstat (limited to 'pkgs/applications/misc/curaengine')
-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 575889ad2c6f0..7f3b4fc7925d8 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 ];