maintainers/teams: add kodi team

This commit is contained in:
Aaron Andersen
2021-03-18 20:43:15 -04:00
parent 67272ac8fa
commit 3b21be2b05
23 changed files with 34 additions and 12 deletions
@@ -14,6 +14,6 @@ buildKodiAddon rec {
meta = with lib; {
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
description = "A comic book reader";
maintainers = with maintainers; [ edwtjo ];
maintainers = teams.kodi.members;
};
}