python3Packages.cryptoparser: add ngi team

This commit is contained in:
Sizhe Zhao
2026-01-01 11:34:10 +08:00
parent 4585ca9dc7
commit 82e63136e5

View File

@@ -66,5 +66,6 @@ buildPythonPackage rec {
changelog = "https://gitlab.com/coroner/cryptoparser/-/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ kranzes ];
teams = with lib.teams; [ ngi ];
};
}