showtime: Add gnome team to maintainers

It became core app in GNOME 49.
This commit is contained in:
Jan Tojnar
2025-11-09 16:27:06 +01:00
parent 404b8ce70d
commit 3cd66c4c52
+1
View File
@@ -73,6 +73,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://apps.gnome.org/Showtime";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ getchoo ];
teams = [ lib.teams.gnome ];
mainProgram = "showtime";
};
}