We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e667 commit 3faa1bbCopy full SHA for 3faa1bb
1 file changed
pkgs/development/python-modules/cryptodatahub/default.nix
@@ -60,6 +60,6 @@ buildPythonPackage rec {
60
homepage = "https://gitlab.com/coroner/cryptodatahub";
61
changelog = "https://gitlab.com/coroner/cryptodatahub/-/blob/${src.tag}/CHANGELOG.rst";
62
license = lib.licenses.mpl20;
63
- maintainers = [ ];
+ teams = with lib.teams; [ ngi ];
64
};
65
}
0 commit comments