about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2020-05-26 19:56:24 +0200
committerRick van Schijndel <rol3517@gmail.com>2020-05-26 19:56:24 +0200
commit0cf8e1d6456c836e0c9380074297e08ff9823531 (patch)
tree0cdafc631c5aa1a0c5324bf76a5a2b45db527a4e
parent704253007546615784ba441d58726d25be0811f1 (diff)
downloadnixlib-0cf8e1d6456c836e0c9380074297e08ff9823531.tar
nixlib-0cf8e1d6456c836e0c9380074297e08ff9823531.tar.gz
nixlib-0cf8e1d6456c836e0c9380074297e08ff9823531.tar.bz2
nixlib-0cf8e1d6456c836e0c9380074297e08ff9823531.tar.lz
nixlib-0cf8e1d6456c836e0c9380074297e08ff9823531.tar.xz
nixlib-0cf8e1d6456c836e0c9380074297e08ff9823531.tar.zst
nixlib-0cf8e1d6456c836e0c9380074297e08ff9823531.zip
maintainers: remove @ahmedtd
-rw-r--r--maintainers/maintainer-list.nix6
-rw-r--r--pkgs/development/python-modules/csscompressor/default.nix2
-rw-r--r--pkgs/development/python-modules/htmlmin/default.nix2
3 files changed, 2 insertions, 8 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index b7ee71285138..2c8b39bd0d65 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -247,12 +247,6 @@
     githubId = 732652;
     name = "Andreas Herrmann";
   };
-  ahmedtd = {
-    email = "ahmed.taahir@gmail.com";
-    github = "ahmedtd";
-    githubId = 1017202;
-    name = "Taahir Ahmed";
-  };
   ahuzik = {
     email = "ales.guzik@gmail.com";
     github = "alesguzik";
diff --git a/pkgs/development/python-modules/csscompressor/default.nix b/pkgs/development/python-modules/csscompressor/default.nix
index 50f20164f646..a7256a54e3be 100644
--- a/pkgs/development/python-modules/csscompressor/default.nix
+++ b/pkgs/development/python-modules/csscompressor/default.nix
@@ -14,6 +14,6 @@ buildPythonPackage rec {
     description = "A python port of YUI CSS Compressor";
     homepage = "https://pypi.python.org/pypi/csscompressor";
     license = stdenv.lib.licenses.bsd3;
-    maintainers = [stdenv.lib.maintainers.ahmedtd];
+    maintainers = [];
   };
 }
diff --git a/pkgs/development/python-modules/htmlmin/default.nix b/pkgs/development/python-modules/htmlmin/default.nix
index ee8a83a098c9..ccbc157837c3 100644
--- a/pkgs/development/python-modules/htmlmin/default.nix
+++ b/pkgs/development/python-modules/htmlmin/default.nix
@@ -14,6 +14,6 @@ buildPythonPackage rec {
     description = "A configurable HTML Minifier with safety features";
     homepage = "https://pypi.python.org/pypi/htmlmin";
     license = stdenv.lib.licenses.bsd3;
-    maintainers = [stdenv.lib.maintainers.ahmedtd];
+    maintainers = [];
   };
 }