Skip to content

Commit 2269798

Browse files
committed
python312Packages.qrcode: cleanup meta
1 parent 7b87de7 commit 2269798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/qrcode/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ buildPythonPackage rec {
5656
"test_piped"
5757
];
5858

59-
meta = with lib; {
59+
meta = {
6060
description = "Python QR Code image generator";
6161
mainProgram = "qr";
6262
homepage = "https://github.com/lincolnloop/python-qrcode";
6363
changelog = "https://github.com/lincolnloop/python-qrcode/blob/v${version}/CHANGES.rst";
64-
license = licenses.bsd3;
65-
maintainers = [ ];
64+
license = lib.licenses.bsd3;
65+
maintainers = with lib.maintainers; [ attila ];
6666
};
6767
}

0 commit comments

Comments
 (0)