maintainers: add RoGreat

This commit is contained in:
RoGreat
2025-02-14 00:31:44 -06:00
parent 4a43c439ae
commit dd8b25abd7
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -19948,6 +19948,12 @@
githubId = 69053978;
name = "rogarb";
};
RoGreat = {
email = "roguegreat@gmail.com";
github = "RoGreat";
githubId = 64620440;
name = "RoGreat";
};
rohanssrao = {
email = "rohanssrao@gmail.com";
github = "rohanssrao";
+1 -1
View File
@@ -101,7 +101,7 @@ 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; [ ];
maintainers = with maintainers; [ RoGreat ];
platforms = platforms.linux;
mainProgram = "goverlay";
};