python3Packages.cryptodatahub: add ngi team

This commit is contained in:
Sizhe Zhao
2026-01-01 11:34:10 +08:00
parent 059e667ea5
commit 3faa1bb9f3

View File

@@ -60,6 +60,6 @@ buildPythonPackage rec {
homepage = "https://gitlab.com/coroner/cryptodatahub";
changelog = "https://gitlab.com/coroner/cryptodatahub/-/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mpl20;
maintainers = [ ];
teams = with lib.teams; [ ngi ];
};
}