about 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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cura/stable.nix b/pkgs/applications/misc/cura/stable.nix
index 1191be09f76e..87d2aba891b6 100644
--- a/pkgs/applications/misc/cura/stable.nix
+++ b/pkgs/applications/misc/cura/stable.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   configurePhase = "";
   buildPhase = "";
-  
+
   patches = [ ./numpy-cast.patch ];
 
   installPhase = ''
@@ -69,6 +69,5 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/daid/Cura";
     license = licenses.agpl3;
     platforms = platforms.linux;
-    maintainers = with stdenv.lib.maintainers; [ the-kenny ];
   };
 }