rofi: remove thiagokokada from maintainers (#6928)

I am not using `rofi` nowadays and people keep pinging me about issues in this module.
This commit is contained in:
Thiago Kenji Okada 2025-04-28 16:13:12 +01:00 committed by GitHub
parent 6f974faa19
commit c54a8ab0d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -340,5 +340,5 @@ in
);
};
meta.maintainers = with lib.maintainers; [ thiagokokada ];
meta.maintainers = with lib.maintainers; [ ];
}