Unverified Commit 5039db57 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #322519 from getchoo/pkgs/borb/adopt

python311Packages.borb: adopt
parents 7611ca53 4e84083f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -63,11 +63,11 @@ buildPythonPackage rec {
    "tests/license/"
  ];

  meta = with lib; {
  meta = {
    description = "Library for reading, creating and manipulating PDF files in Python";
    homepage = "https://borbpdf.com/";
    changelog = "https://github.com/jorisschellekens/borb/releases/tag/v${version}";
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ ];
    license = lib.licenses.agpl3Only;
    maintainers = with lib.maintainers; [ getchoo ];
  };
}