python3Packages.glob2: add sigmanificient to maintainers

This commit is contained in:
Sigmanificient 2024-05-10 13:55:48 +02:00
parent b8185c86d1
commit ffbc71cc50

View File

@ -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 ];
};
}