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 7b87de7 commit 2269798Copy full SHA for 2269798
pkgs/development/python-modules/qrcode/default.nix
@@ -56,12 +56,12 @@ buildPythonPackage rec {
56
"test_piped"
57
];
58
59
- meta = with lib; {
+ meta = {
60
description = "Python QR Code image generator";
61
mainProgram = "qr";
62
homepage = "https://github.com/lincolnloop/python-qrcode";
63
changelog = "https://github.com/lincolnloop/python-qrcode/blob/v${version}/CHANGES.rst";
64
- license = licenses.bsd3;
65
- maintainers = [ ];
+ license = lib.licenses.bsd3;
+ maintainers = with lib.maintainers; [ attila ];
66
};
67
}
0 commit comments