python3Packages.pycparser: add dotlambda to maintainers
This commit is contained in:
@@ -39,6 +39,6 @@ buildPythonPackage rec {
|
||||
description = "C parser in Python";
|
||||
homepage = "https://github.com/eliben/pycparser";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.dotlambda ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user