rofi: add SchweGELBin as maintainer

This commit is contained in:
SchweGELBin
2025-09-07 12:56:47 +02:00
parent 578066f23d
commit 8e403558be
+4 -1
View File
@@ -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";
};