Merge pull request #289568 from dschrempf/kodi-orftvthek-updates

kodiPackages: add dschrempf as maintainer
This commit is contained in:
Aaron Andersen 2024-03-06 20:35:38 +00:00 committed by GitHub
commit 067eb74ff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -494,6 +494,7 @@ with lib.maintainers; {
members = [
aanderse
cpages
dschrempf
edwtjo
minijackson
peterhoeg

View File

@ -20,6 +20,6 @@ buildKodiAddon rec {
homepage = "https://github.com/mediathekview/plugin.video.mediathekview";
description = "Access media libraries of German speaking broadcasting stations";
license = licenses.mit;
maintainers = teams.kodi.members ++ [ lib.maintainers.dschrempf ];
maintainers = teams.kodi.members;
};
}