forked from mirrors/nixpkgs
maintainers: remove @ahmedtd
This commit is contained in:
parent
7042530075
commit
0cf8e1d645
|
@ -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";
|
||||
|
|
|
@ -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 = [];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue