From c16985a57e902fd7506cd991c4a01cd20cd1ddb6 Mon Sep 17 00:00:00 2001 From: David Wronek Date: Tue, 16 Dec 2025 18:42:41 +0100 Subject: [PATCH] pmbootstrap: add myself as maintainer I have contributed to postmarketOS in the past and would like to maintain this package as well. Signed-off-by: David Wronek --- pkgs/by-name/pm/pmbootstrap/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/pm/pmbootstrap/package.nix b/pkgs/by-name/pm/pmbootstrap/package.nix index 6d3fb3425a21..cacb413cb856 100644 --- a/pkgs/by-name/pm/pmbootstrap/package.nix +++ b/pkgs/by-name/pm/pmbootstrap/package.nix @@ -84,6 +84,7 @@ python3Packages.buildPythonApplication rec { maintainers = with lib.maintainers; [ onny lucasew + ungeskriptet ]; mainProgram = "pmbootstrap"; };