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 41b9e80 commit 47241f5Copy full SHA for 47241f5
1 file changed
pkgs/development/python-modules/rpmfile/default.nix
@@ -27,6 +27,6 @@ buildPythonPackage rec {
27
description = "Read rpm archive files";
28
homepage = "https://github.com/srossross/rpmfile";
29
license = licenses.mit;
30
- maintainers = teams.determinatesystems.members;
+ maintainers = [ ];
31
};
32
}
0 commit comments