Unverified Commit 078dcf36 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 4760c813 e1f937e3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 ./.)