python312Packages.borb: add maintainer getchoo

This commit is contained in:
seth
2024-07-19 22:16:12 -04:00
parent 44a500aa33
commit a5f8eeef01
@@ -68,6 +68,6 @@ buildPythonPackage rec {
homepage = "https://borbpdf.com/";
changelog = "https://github.com/jorisschellekens/borb/releases/tag/v${version}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ getchoo ];
};
}