widevine-cdm: add bearfm to maintainers (#438196)

This commit is contained in:
Yohann Boniface
2025-08-29 14:32:38 +02:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+7
View File
@@ -3039,6 +3039,13 @@
github = "beardhatcode";
githubId = 662538;
};
bearfm = {
name = "Bear";
github = "fmbearmf";
githubId = 77757734;
email = "close.line3633@fastmail.com";
keys = [ { fingerprint = "FAD9F10819FA179515CD1B9FAFD359B057CEEE04"; } ];
};
beeb = {
name = "Valentin Bersier";
email = "hi@beeb.li";
+4 -1
View File
@@ -3,7 +3,10 @@ lib: {
homepage = "https://www.widevine.com";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ jlamur ];
maintainers = with lib.maintainers; [
jlamur
bearfm
];
platforms = lib.map (lib.removeSuffix ".nix") (
lib.filter (name: name != "meta.nix" && name != "package.nix") (
builtins.attrNames (builtins.readDir ./.)