From 0c0df649f7dcbc597fa1d47e8f9a5c2cedab6145 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 12 May 2025 11:58:09 +0200 Subject: [PATCH] wayprompt: add myself as maintainer --- modules/wayprompt/meta.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/wayprompt/meta.nix b/modules/wayprompt/meta.nix index 3fc4eec1..59d6fc4c 100644 --- a/modules/wayprompt/meta.nix +++ b/modules/wayprompt/meta.nix @@ -2,5 +2,8 @@ { name = "Wayprompt"; homepage = "https://git.sr.ht/~leon_plickat/wayprompt"; - maintainers = [ lib.maintainers.nukdokplex ]; + maintainers = with lib.maintainers; [ + nukdokplex + panchoh + ]; }