Merge pull request #307253 from aanderse/libcec

libcec, libcec_platform: add kodi team as maintainer
This commit is contained in:
Aaron Andersen 2024-04-27 23:56:09 +00:00 committed by GitHub
commit 9e9e8bda7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "http://libcec.pulse-eight.com";
license = lib.licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ ];
maintainers = teams.kodi.members;
};
}

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Pulse-Eight/platform";
license = lib.licenses.gpl2Plus;
platforms = platforms.all;
maintainers = [ ];
maintainers = teams.kodi.members;
};
}