maintainers: remove @ahmedtd
This commit is contained in:
@@ -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 = [];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user