Commit ffbc71cc authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.glob2: add sigmanificient to maintainers

parent b8185c86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}