Unverified Commit 3faa1bb9 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

python3Packages.cryptodatahub: add ngi team

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