treewide: remove AndersonTorres from maintainers (#360012)

This commit is contained in:
Pol Dellaiera 2024-11-29 20:53:47 +01:00 committed by GitHub
commit b9816a9ba6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 19 additions and 24 deletions

View File

@ -90,7 +90,7 @@ mkDerivationWith python3.pkgs.buildPythonApplication {
''; '';
license = with lib.licenses; [ gpl3Plus ]; license = with lib.licenses; [ gpl3Plus ];
mainProgram = "openshot-qt"; mainProgram = "openshot-qt";
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -45,9 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
processing applications. processing applications.
''; '';
license = lib.licenses.cecill-c; license = lib.licenses.cecill-c;
maintainers = [ maintainers = [ ];
lib.maintainers.AndersonTorres
];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
}) })

View File

@ -49,6 +49,6 @@ buildGoModule {
status, it is already suitable for most daily interactive use. status, it is already suitable for most daily interactive use.
''; '';
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
is specified by a long string of numbers - a genetic code of sorts. is specified by a long string of numbers - a genetic code of sorts.
''; '';
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://www.call-with-current-continuation.org/fleng/fleng.html"; homepage = "http://www.call-with-current-continuation.org/fleng/fleng.html";
description = "Low level concurrent logic programming language descended from Prolog"; description = "Low level concurrent logic programming language descended from Prolog";
license = lib.licenses.publicDomain; license = lib.licenses.publicDomain;
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
}) })

View File

@ -23,7 +23,7 @@ let
changelog = "https://github.com/mistakenelf/fm/releases/tag/${finalAttrs.src.rev}"; changelog = "https://github.com/mistakenelf/fm/releases/tag/${finalAttrs.src.rev}";
license = with lib.licenses; [ mit ]; license = with lib.licenses; [ mit ];
mainProgram = "fm"; mainProgram = "fm";
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
}; };
}; };
in in

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Grab images from a Wayland compositor"; description = "Grab images from a Wayland compositor";
license = lib.licenses.mit; license = lib.licenses.mit;
mainProgram = "grim"; mainProgram = "grim";
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
''; '';
homepage = "https://bitbucket.org/nuttx/tools/"; homepage = "https://bitbucket.org/nuttx/tools/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
}) })

View File

@ -136,7 +136,7 @@ stdenv.mkDerivation (finalAttrs: {
"kid3" "kid3"
else else
"kid3-cli"; "kid3-cli";
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation {
homepage = "https://ffmpeg.org/"; homepage = "https://ffmpeg.org/";
downloadPage = "https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git"; downloadPage = "https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git";
license = with lib.licenses; [ mit ]; license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }

View File

@ -146,7 +146,7 @@ stdenv.mkDerivation rec {
Linux kernels that provide EFI stub support. Linux kernels that provide EFI stub support.
''; '';
homepage = "http://refind.sourceforge.net/"; homepage = "http://refind.sourceforge.net/";
maintainers = with maintainers; [ AndersonTorres chewblacka ]; maintainers = with maintainers; [ chewblacka ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };

View File

@ -70,7 +70,7 @@ let
''; '';
license = lib.licenses.mit; license = lib.licenses.mit;
mainProgram = "revup"; mainProgram = "revup";
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
}; };
}; };
in in

View File

@ -45,6 +45,6 @@ python3Packages.buildPythonApplication rec {
''; '';
homepage = "https://scons.org/"; homepage = "https://scons.org/";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
}; };
} }

View File

@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "SDL multi-channel audio mixer library"; description = "SDL multi-channel audio mixer library";
license = lib.licenses.zlib; license = lib.licenses.zlib;
maintainers = lib.teams.sdl.members maintainers = lib.teams.sdl.members
++ (with lib.maintainers; [ AndersonTorres ]); ++ (with lib.maintainers; [ ]);
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
}) })

View File

@ -59,7 +59,6 @@ let
mainProgram = "so"; mainProgram = "so";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
AndersonTorres
unsolvedcypher unsolvedcypher
]; ];
}; };

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Workspace overview app for sway"; description = "Workspace overview app for sway";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
mainProgram = "sov"; mainProgram = "sov";
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
inherit (wayland.meta) platforms; inherit (wayland.meta) platforms;
# sys/timerfd.h header inexistent # sys/timerfd.h header inexistent
broken = stdenv.isDarwin; broken = stdenv.isDarwin;

View File

@ -39,6 +39,6 @@ in python3.pkgs.buildPythonApplication {
description = "Passive hostname, domain and IP lookup tool for non-robots"; description = "Passive hostname, domain and IP lookup tool for non-robots";
mainProgram = "wtfis"; mainProgram = "wtfis";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = [ lib.maintainers.AndersonTorres ]; maintainers = [ ];
}; };
} }

View File

@ -38,7 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Create X11 pointer barriers around your working area"; description = "Create X11 pointer barriers around your working area";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
AndersonTorres
xzfc xzfc
]; ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
JUCE library. JUCE library.
''; '';
license = with lib.licenses; [ gpl3Plus ]; license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
}) })

View File

@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
to the world. API currently supports C++, Python, and Ruby. to the world. API currently supports C++, Python, and Ruby.
''; '';
license = with lib.licenses; [ gpl3Plus ]; license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
}) })

View File

@ -59,7 +59,6 @@ buildPythonPackage rec {
license = lib.licenses.asl20; license = lib.licenses.asl20;
mainProgram = "yapf"; mainProgram = "yapf";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
AndersonTorres
siddharthist siddharthist
]; ];
}; };

View File

@ -5975,7 +5975,7 @@ with self; {
description = "Hexadecial Dumper"; description = "Hexadecial Dumper";
homepage = "https://github.com/neilb/Data-HexDump"; homepage = "https://github.com/neilb/Data-HexDump";
license = with lib.licenses; [ artistic1 gpl1Plus ]; license = with lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ ];
mainProgram = "hexdump"; mainProgram = "hexdump";
}; };
}; };