maintainers: remove @ahmedtd

This commit is contained in:
Rick van Schijndel 2020-05-26 19:56:24 +02:00
parent 7042530075
commit 0cf8e1d645
3 changed files with 2 additions and 8 deletions

View file

@ -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";

View file

@ -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 = [];
};
}

View file

@ -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 = [];
};
}