From ba4a513bf309858677b84632fea3ed402147a885 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 24 Mar 2025 18:03:50 +0100 Subject: [PATCH] python3Packages.weasyprint: adopt with apm --- pkgs/development/python-modules/weasyprint/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/weasyprint/default.nix b/pkgs/development/python-modules/weasyprint/default.nix index 5e4f75bb2249..dfb40d8b324a 100644 --- a/pkgs/development/python-modules/weasyprint/default.nix +++ b/pkgs/development/python-modules/weasyprint/default.nix @@ -106,5 +106,6 @@ buildPythonPackage rec { mainProgram = "weasyprint"; homepage = "https://weasyprint.org/"; license = licenses.bsd3; + maintainers = lib.teams.apm.members; }; }