mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
pythonPackages.pyqt-builder: add eduardosm as maintainer
This commit is contained in:
parent
3f66782125
commit
38034013e3
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ buildPythonPackage rec {
|
|||
description = "PEP 517 compliant build system for PyQt";
|
||||
homepage = "https://pypi.org/project/PyQt-builder/";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ eduardosm ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue