goverlay: remove kira-bruneau as maintainer

This commit is contained in:
Kira Bruneau 2024-10-26 16:13:37 -04:00
parent 41dea55321
commit e1e946964a

View File

@ -111,7 +111,7 @@ in stdenv.mkDerivation rec {
description = "Opensource project that aims to create a Graphical UI to help manage Linux overlays";
homepage = "https://github.com/benjamimgois/goverlay";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ kira-bruneau ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
mainProgram = "goverlay";
};