From 8e403558be2bca5123e520f722aa8deb279d15b8 Mon Sep 17 00:00:00 2001 From: SchweGELBin Date: Sat, 6 Sep 2025 16:09:32 +0200 Subject: [PATCH] rofi: add SchweGELBin as maintainer --- pkgs/applications/misc/rofi/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/rofi/default.nix b/pkgs/applications/misc/rofi/default.nix index d6d0d0f4ecd9..87f74bd6075c 100644 --- a/pkgs/applications/misc/rofi/default.nix +++ b/pkgs/applications/misc/rofi/default.nix @@ -99,7 +99,10 @@ stdenv.mkDerivation rec { description = "Window switcher, run dialog and dmenu replacement"; homepage = "https://github.com/davatorium/rofi"; license = licenses.mit; - maintainers = with maintainers; [ bew ]; + maintainers = with maintainers; [ + bew + SchweGELBin + ]; platforms = with platforms; linux; mainProgram = "rofi"; };