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"; };