We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4db4476 commit f557aa4Copy full SHA for f557aa4
pkgs/development/python-modules/rpkg/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
meta = with stdenv.lib; {
22
description = "Python library for dealing with rpm packaging";
23
homepage = https://pagure.io/fedpkg;
24
- license = licenses.gpl2plus;
+ license = licenses.gpl2Plus;
25
maintainers = with maintainers; [ mornfall ];
26
};
27
0 commit comments