From a5f8eeef01bde7593655ce1fb396a4d215b2cf33 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 25 Jun 2024 20:04:02 -0400 Subject: [PATCH] python312Packages.borb: add maintainer getchoo --- pkgs/development/python-modules/borb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/borb/default.nix b/pkgs/development/python-modules/borb/default.nix index 594c64fe66ef..55b676cc19e7 100644 --- a/pkgs/development/python-modules/borb/default.nix +++ b/pkgs/development/python-modules/borb/default.nix @@ -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 ]; }; }