widevine-cdm: add bearfm to maintainers (#438196)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ./.)
|
||||
|
||||
Reference in New Issue
Block a user