1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

kodiPackages: add dschrempf to kodi maintainer team

This commit is contained in:
Dominik Schrempf 2024-02-17 17:37:07 +01:00
parent b5f6e3881a
commit 5a1f7f0c7e
No known key found for this signature in database
GPG key ID: 1C0865FAE3B257BB
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;
};
}