Unverified Commit 22697989 authored by Attila Oláh's avatar Attila Oláh
Browse files

python312Packages.qrcode: cleanup meta

parent 7b87de7d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}