Loading pkgs/development/python-modules/qrcode/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -56,12 +56,12 @@ buildPythonPackage rec { "test_piped" ]; meta = with lib; { meta = { description = "Python QR Code image generator"; mainProgram = "qr"; homepage = "https://github.com/lincolnloop/python-qrcode"; changelog = "https://github.com/lincolnloop/python-qrcode/blob/v${version}/CHANGES.rst"; license = licenses.bsd3; maintainers = [ ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ attila ]; }; } Loading
pkgs/development/python-modules/qrcode/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -56,12 +56,12 @@ buildPythonPackage rec { "test_piped" ]; meta = with lib; { meta = { description = "Python QR Code image generator"; mainProgram = "qr"; homepage = "https://github.com/lincolnloop/python-qrcode"; changelog = "https://github.com/lincolnloop/python-qrcode/blob/v${version}/CHANGES.rst"; license = licenses.bsd3; maintainers = [ ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ attila ]; }; }