maintainers: drop codyopel (#490762)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -63,7 +63,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.quut.com/gsm/";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
raskin
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "High quality MPEG Audio Layer III (MP3) encoder";
|
||||
homepage = "http://lame.sourceforge.net";
|
||||
license = lib.licenses.lgpl2;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "lame";
|
||||
};
|
||||
|
||||
@@ -54,6 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/libass/libass";
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,8 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "C/C++ implementation of a Sass compiler";
|
||||
homepage = "https://github.com/sass/libsass";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
maintainers = [
|
||||
];
|
||||
pkgConfigModules = [ "libsass" ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -47,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/rakshasa/libtorrent";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
thiagokokada
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -267,7 +267,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.webmproject.org/";
|
||||
changelog = "https://github.com/webmproject/libvpx/raw/v${finalAttrs.version}/CHANGELOG";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -142,7 +142,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Only;
|
||||
mainProgram = if withGUI then "mkvtoolnix-gui" else "mkvtoolnix";
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
rnhmjoj
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Open-source JPEG 2000 codec written in C language";
|
||||
homepage = "https://www.openjpeg.org/";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
changelog = "https://github.com/uclouvain/openjpeg/blob/v${version}/CHANGELOG.md";
|
||||
};
|
||||
|
||||
@@ -56,6 +56,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://rtmpdump.mplayerhq.hu/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -81,7 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "rtorrent";
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
thiagokokada
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -67,8 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
options. No more no less.
|
||||
'';
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
maintainers = [
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "sakura";
|
||||
|
||||
@@ -33,7 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "sassc";
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
pjones
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -129,7 +129,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gpl2Plus
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
yarny
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -41,6 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/dbry/WavPack/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -209,7 +209,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
lib.strings.replaceStrings [ "." ] [ "-" ] finalAttrs.version
|
||||
}";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -49,6 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://xavs.sourceforge.net/";
|
||||
license = lib.licenses.lgpl2;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -74,7 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.xvid.com/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
lovek323
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -33,7 +33,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://gitlab.xiph.org/xiph/celt"; # http://www.celt-codec.org/ is gone
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
raskin
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -153,7 +153,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.freedesktop.org/wiki/Software/libinput/";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.freedesktop ];
|
||||
changelog = "https://gitlab.freedesktop.org/libinput/libinput/-/releases/${version}";
|
||||
badPlatforms = [
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
description = "Video stabilization library";
|
||||
homepage = "http://public.hronopik.de/vid.stab/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -110,7 +110,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# requires more work: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/481
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [
|
||||
codyopel
|
||||
qyliss
|
||||
];
|
||||
pkgConfigModules = [
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
|
||||
mainProgram = "v86d";
|
||||
homepage = "https://github.com/mjanusz/v86d";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ codyopel ];
|
||||
maintainers = [ ];
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
||||
Reference in New Issue
Block a user