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 ff2f01c commit b8e54e0Copy full SHA for b8e54e0
1 file changed
pkgs/development/python-modules/viv-utils/default.nix
@@ -52,6 +52,6 @@ buildPythonPackage rec {
52
homepage = "https://github.com/williballenthin/viv-utils";
53
changelog = "https://github.com/williballenthin/viv-utils/releases/tag/v${version}";
54
license = licenses.asl20;
55
- maintainers = teams.determinatesystems.members;
+ maintainers = [ ];
56
};
57
}
0 commit comments