Skip to content

Commit 3faa1bb

Browse files
committed
python3Packages.cryptodatahub: add ngi team
1 parent 059e667 commit 3faa1bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/development/python-modules/cryptodatahub

pkgs/development/python-modules/cryptodatahub/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ buildPythonPackage rec {
6060
homepage = "https://gitlab.com/coroner/cryptodatahub";
6161
changelog = "https://gitlab.com/coroner/cryptodatahub/-/blob/${src.tag}/CHANGELOG.rst";
6262
license = lib.licenses.mpl20;
63-
maintainers = [ ];
63+
teams = with lib.teams; [ ngi ];
6464
};
6565
}

0 commit comments

Comments
 (0)