Skip to content

Commit

Permalink
Merge pull request #307253 from aanderse/libcec
Browse files Browse the repository at this point in the history
libcec, libcec_platform: add kodi team as maintainer
  • Loading branch information
aanderse authored Apr 27, 2024
2 parents b79f8c5 + 2ea46d8 commit 9e9e8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libcec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libcec/platform.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 9e9e8bd

Please sign in to comment.