Unverified Commit 570de0a8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: drop codyopel (#490762)

parents 2965813e 8e903b92
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -5201,12 +5201,6 @@
    githubId = 27779510;
    keys = [ { fingerprint = "FDF5 EF67 8CC1 FE22 1845  6A22 CF7B BB5B C756 1BD3"; } ];
  };
  codyopel = {
    email = "codyopel@gmail.com";
    github = "codyopel";
    githubId = 5561189;
    name = "Cody Opel";
  };
  coffeeispower = {
    email = "tiagodinis33@proton.me";
    github = "coffeeispower";
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/svend/cuetools";
    license = lib.licenses.gpl2Only;
    maintainers = with lib.maintainers; [
      codyopel
      jcumming
    ];
    platforms = lib.platforms.all;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Open source MPEG-4 and MPEG-2 AAC encoder";
    homepage = "https://github.com/knik0/faac";
    license = lib.licenses.unfreeRedistributable;
    maintainers = with lib.maintainers; [ codyopel ];
    maintainers = [ ];
    platforms = lib.platforms.all;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Open source MPEG-4 and MPEG-2 AAC decoder";
    homepage = "https://sourceforge.net/projects/faac/";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ codyopel ];
    maintainers = [ ];
    mainProgram = "faad";
    platforms = lib.platforms.all;
  };
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "High-quality implementation of the AAC codec from Android";
    homepage = "https://sourceforge.net/projects/opencore-amr/";
    license = lib.licenses.fraunhofer-fdk;
    maintainers = with lib.maintainers; [ codyopel ];
    maintainers = [ ];
    platforms = lib.platforms.all;
  };
})
Loading