summary refs log tree commit diff
path: root/pkgs/development/python-modules/libsass/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/libsass/default.nix')
-rw-r--r--pkgs/development/python-modules/libsass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/libsass/default.nix b/pkgs/development/python-modules/libsass/default.nix
index 34106645253..8a6bc510663 100644
--- a/pkgs/development/python-modules/libsass/default.nix
+++ b/pkgs/development/python-modules/libsass/default.nix
@@ -39,6 +39,6 @@ buildPythonPackage rec {
     description = "Python binding for libsass to compile Sass/SCSS";
     homepage = "https://sass.github.io/libsass-python/";
     license = licenses.mit;
-    maintainers = with maintainers; [ SuperSandro2000 ];
+    maintainers = with maintainers; [ ];
   };
 }