mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python3Packages.glob2: add sigmanificient to maintainers
This commit is contained in:
parent
b8185c86d1
commit
ffbc71cc50
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
description = "Version of the glob module that can capture patterns and supports recursive wildcards";
|
||||
homepage = "https://github.com/miracle2k/python-glob2/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user