adwsteamgtk: add maintainer iedame

This commit is contained in:
Rafael Ieda
2025-09-16 19:30:49 -03:00
parent 3100a98275
commit 9e687fc583
+4 -1
View File
@@ -46,7 +46,10 @@ python3Packages.buildPythonApplication rec {
description = "Simple Gtk wrapper for Adwaita-for-Steam";
homepage = "https://github.com/Foldex/AdwSteamGtk";
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.reedrw ];
maintainers = with lib.maintainers; [
reedrw
iedame
];
mainProgram = "adwaita-steam-gtk";
platforms = lib.platforms.linux;
};