From 7c66fb1ec583f30a1c716d6bdfb44c480cd74472 Mon Sep 17 00:00:00 2001 From: Sam Connelly Date: Sun, 17 Nov 2024 14:30:20 -0500 Subject: [PATCH 1/2] migrate maintainership from luc65r to clevor They said they haven't used Nix in a while and is not interested in maintaining cemu-ti (presumably other packages too), so I asked to take over his role. I removed luc65r from the meta.maintainers attribtes, and adopted the packages I wanted to adopt. I chose to adopt the TI graphing calculator-related packages as I am part of Cemetech. --- pkgs/applications/display-managers/greetd/default.nix | 2 +- pkgs/applications/display-managers/greetd/gtkgreet.nix | 2 +- pkgs/applications/display-managers/greetd/tuigreet.nix | 2 +- pkgs/applications/display-managers/greetd/wlgreet.nix | 2 +- pkgs/applications/science/math/cemu-ti/default.nix | 2 +- pkgs/applications/video/tartube/default.nix | 2 +- pkgs/by-name/c3/c3c/package.nix | 1 - pkgs/by-name/co/convbin/package.nix | 2 +- pkgs/by-name/co/convfont/package.nix | 2 +- pkgs/by-name/co/convimg/package.nix | 2 +- pkgs/by-name/di/dictu/package.nix | 2 +- pkgs/by-name/fa/fasmg/package.nix | 2 +- pkgs/by-name/ga/game-music-emu/package.nix | 2 +- pkgs/by-name/ke/keystone/package.nix | 2 +- pkgs/by-name/li/libticables2/package.nix | 2 +- pkgs/by-name/li/libticonv/package.nix | 2 +- pkgs/by-name/li/libtifiles2/package.nix | 2 +- pkgs/by-name/mo/moonlight-qt/package.nix | 1 - pkgs/by-name/my/myrddin/package.nix | 2 +- pkgs/by-name/od/odin/package.nix | 1 - pkgs/by-name/rb/rbw/package.nix | 2 +- pkgs/by-name/ro/rofi-calc/package.nix | 2 +- pkgs/by-name/ss/ssh-chat/package.nix | 2 +- pkgs/by-name/ti/tilem/package.nix | 2 +- pkgs/desktops/mate/mate-tweak/default.nix | 2 +- pkgs/development/compilers/cone/default.nix | 2 +- pkgs/development/libraries/libticalcs2/default.nix | 2 +- pkgs/development/libraries/unicorn/default.nix | 1 - pkgs/development/python-modules/playsound/default.nix | 2 +- pkgs/tools/admin/drawterm/default.nix | 2 +- 30 files changed, 26 insertions(+), 30 deletions(-) diff --git a/pkgs/applications/display-managers/greetd/default.nix b/pkgs/applications/display-managers/greetd/default.nix index 1b960265c67e..08661deb7a3c 100644 --- a/pkgs/applications/display-managers/greetd/default.nix +++ b/pkgs/applications/display-managers/greetd/default.nix @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec { ''; homepage = "https://sr.ht/~kennylevinsen/greetd/"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/applications/display-managers/greetd/gtkgreet.nix b/pkgs/applications/display-managers/greetd/gtkgreet.nix index 652459e9715e..b40d4051083c 100644 --- a/pkgs/applications/display-managers/greetd/gtkgreet.nix +++ b/pkgs/applications/display-managers/greetd/gtkgreet.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { description = "GTK based greeter for greetd, to be run under cage or similar"; homepage = "https://git.sr.ht/~kennylevinsen/gtkgreet"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; mainProgram = "gtkgreet"; }; diff --git a/pkgs/applications/display-managers/greetd/tuigreet.nix b/pkgs/applications/display-managers/greetd/tuigreet.nix index 39e6d482f2c0..4a6b7834f203 100644 --- a/pkgs/applications/display-managers/greetd/tuigreet.nix +++ b/pkgs/applications/display-managers/greetd/tuigreet.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/apognu/tuigreet"; changelog = "https://github.com/apognu/tuigreet/releases/tag/${version}"; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ luc65r ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.linux; mainProgram = "tuigreet"; }; diff --git a/pkgs/applications/display-managers/greetd/wlgreet.nix b/pkgs/applications/display-managers/greetd/wlgreet.nix index cdaf1ff0c926..3e1ee18e7b46 100644 --- a/pkgs/applications/display-managers/greetd/wlgreet.nix +++ b/pkgs/applications/display-managers/greetd/wlgreet.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { mainProgram = "wlgreet"; homepage = "https://git.sr.ht/~kennylevinsen/wlgreet"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/applications/science/math/cemu-ti/default.nix b/pkgs/applications/science/math/cemu-ti/default.nix index e1fa87c4bd3a..ede8bba1bb40 100644 --- a/pkgs/applications/science/math/cemu-ti/default.nix +++ b/pkgs/applications/science/math/cemu-ti/default.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "CEmu"; homepage = "https://ce-programming.github.io/CEmu"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ clevor ]; platforms = [ "x86_64-linux" "x86_64-darwin" ]; broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/applications/video/tartube/default.nix b/pkgs/applications/video/tartube/default.nix index 480c36edcfbd..3b5c3e4990c5 100644 --- a/pkgs/applications/video/tartube/default.nix +++ b/pkgs/applications/video/tartube/default.nix @@ -72,7 +72,7 @@ python3Packages.buildPythonApplication rec { description = "GUI front-end for youtube-dl"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ mkg20001 luc65r ]; + maintainers = with maintainers; [ mkg20001 ]; homepage = "https://tartube.sourceforge.io/"; mainProgram = "tartube"; }; diff --git a/pkgs/by-name/c3/c3c/package.nix b/pkgs/by-name/c3/c3c/package.nix index 68232367a351..11b45e9d1582 100644 --- a/pkgs/by-name/c3/c3c/package.nix +++ b/pkgs/by-name/c3/c3c/package.nix @@ -56,7 +56,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/c3lang/c3c"; license = licenses.lgpl3Only; maintainers = with maintainers; [ - luc65r anas ]; platforms = platforms.all; diff --git a/pkgs/by-name/co/convbin/package.nix b/pkgs/by-name/co/convbin/package.nix index 7d61c684f9cb..e413b2144216 100644 --- a/pkgs/by-name/co/convbin/package.nix +++ b/pkgs/by-name/co/convbin/package.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/mateoconlechuga/convbin"; license = licenses.bsd3; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ clevor ]; platforms = platforms.all; mainProgram = "convbin"; }; diff --git a/pkgs/by-name/co/convfont/package.nix b/pkgs/by-name/co/convfont/package.nix index d58f7ecc2bea..45871d62c9bd 100644 --- a/pkgs/by-name/co/convfont/package.nix +++ b/pkgs/by-name/co/convfont/package.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { description = "Converts font for use with FontLibC"; homepage = "https://github.com/drdnar/convfont"; license = licenses.wtfpl; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ clevor ]; platforms = platforms.all; mainProgram = "convfont"; }; diff --git a/pkgs/by-name/co/convimg/package.nix b/pkgs/by-name/co/convimg/package.nix index 561a425dfae9..4ac8fac73752 100644 --- a/pkgs/by-name/co/convimg/package.nix +++ b/pkgs/by-name/co/convimg/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/mateoconlechuga/convimg"; license = licenses.bsd3; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ clevor ]; platforms = platforms.linux; mainProgram = "convimg"; }; diff --git a/pkgs/by-name/di/dictu/package.nix b/pkgs/by-name/di/dictu/package.nix index fedf3deed62c..a178abc70b3e 100644 --- a/pkgs/by-name/di/dictu/package.nix +++ b/pkgs/by-name/di/dictu/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { mainProgram = "dictu"; homepage = "https://dictu-lang.com"; license = licenses.mit; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/dictu.x86_64-darwin }; diff --git a/pkgs/by-name/fa/fasmg/package.nix b/pkgs/by-name/fa/fasmg/package.nix index 67f47202615c..8f3b51b42d65 100644 --- a/pkgs/by-name/fa/fasmg/package.nix +++ b/pkgs/by-name/fa/fasmg/package.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation rec { mainProgram = "fasmg"; homepage = "https://flatassembler.net"; license = licenses.bsd3; - maintainers = with maintainers; [ orivej luc65r ]; + maintainers = with maintainers; [ orivej clevor ]; platforms = with platforms; intersectLists (linux ++ darwin) x86; }; } diff --git a/pkgs/by-name/ga/game-music-emu/package.nix b/pkgs/by-name/ga/game-music-emu/package.nix index 050f47545438..4935381713b7 100644 --- a/pkgs/by-name/ga/game-music-emu/package.nix +++ b/pkgs/by-name/ga/game-music-emu/package.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { description = "Collection of video game music file emulators"; license = licenses.lgpl21Plus; platforms = platforms.all; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/by-name/ke/keystone/package.nix b/pkgs/by-name/ke/keystone/package.nix index 278385a1fd66..d9cff11daf67 100644 --- a/pkgs/by-name/ke/keystone/package.nix +++ b/pkgs/by-name/ke/keystone/package.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { description = "Lightweight multi-platform, multi-architecture assembler framework"; homepage = "https://www.keystone-engine.org"; license = licenses.gpl2Only; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; mainProgram = "kstool"; platforms = platforms.unix; }; diff --git a/pkgs/by-name/li/libticables2/package.nix b/pkgs/by-name/li/libticables2/package.nix index d3f2e86a964f..5beab9b14c1e 100644 --- a/pkgs/by-name/li/libticables2/package.nix +++ b/pkgs/by-name/li/libticables2/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { description = "This library is part of the TiLP framework"; homepage = "http://lpg.ticalc.org/prj_tilp/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ siraben luc65r ]; + maintainers = with maintainers; [ siraben clevor ]; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/by-name/li/libticonv/package.nix b/pkgs/by-name/li/libticonv/package.nix index 9bc5528257f8..1fb708823a3f 100644 --- a/pkgs/by-name/li/libticonv/package.nix +++ b/pkgs/by-name/li/libticonv/package.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { description = "This library is part of the TiLP framework"; homepage = "http://lpg.ticalc.org/prj_tilp/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ siraben luc65r ]; + maintainers = with maintainers; [ siraben clevor ]; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/by-name/li/libtifiles2/package.nix b/pkgs/by-name/li/libtifiles2/package.nix index 874cbc87c875..3ff14e69a0c1 100644 --- a/pkgs/by-name/li/libtifiles2/package.nix +++ b/pkgs/by-name/li/libtifiles2/package.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { description = "This library is part of the TiLP framework"; homepage = "http://lpg.ticalc.org/prj_tilp/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ siraben luc65r ]; + maintainers = with maintainers; [ siraben clevor ]; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/by-name/mo/moonlight-qt/package.nix b/pkgs/by-name/mo/moonlight-qt/package.nix index 08463c37ca9d..dc57ce4678f5 100644 --- a/pkgs/by-name/mo/moonlight-qt/package.nix +++ b/pkgs/by-name/mo/moonlight-qt/package.nix @@ -88,7 +88,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ azuwis - luc65r zmitchell ]; platforms = lib.platforms.all; diff --git a/pkgs/by-name/my/myrddin/package.nix b/pkgs/by-name/my/myrddin/package.nix index e9369ef043e8..9ce5185f41dc 100644 --- a/pkgs/by-name/my/myrddin/package.nix +++ b/pkgs/by-name/my/myrddin/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { description = "Systems language that is both powerful and fun to use"; homepage = "https://myrlang.org/"; license = licenses.mit; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; # darwin: never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/myrddin.x86_64-darwin broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin; diff --git a/pkgs/by-name/od/odin/package.nix b/pkgs/by-name/od/odin/package.nix index 2e54d5e9c450..e7407cfc651c 100644 --- a/pkgs/by-name/od/odin/package.nix +++ b/pkgs/by-name/od/odin/package.nix @@ -87,7 +87,6 @@ stdenv.mkDerivation { mainProgram = "odin"; maintainers = with lib.maintainers; [ astavie - luc65r znaniye ]; platforms = lib.platforms.unix; diff --git a/pkgs/by-name/rb/rbw/package.nix b/pkgs/by-name/rb/rbw/package.nix index 597b4c0adad1..5f9419cf5ac7 100644 --- a/pkgs/by-name/rb/rbw/package.nix +++ b/pkgs/by-name/rb/rbw/package.nix @@ -77,7 +77,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://crates.io/crates/rbw"; changelog = "https://git.tozt.net/rbw/plain/CHANGELOG.md?id=${version}"; license = licenses.mit; - maintainers = with maintainers; [ albakham luc65r ]; + maintainers = with maintainers; [ albakham ]; mainProgram = "rbw"; }; } diff --git a/pkgs/by-name/ro/rofi-calc/package.nix b/pkgs/by-name/ro/rofi-calc/package.nix index 14f8fe734bd6..c8ee440ccd05 100644 --- a/pkgs/by-name/ro/rofi-calc/package.nix +++ b/pkgs/by-name/ro/rofi-calc/package.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { description = "Do live calculations in rofi!"; homepage = "https://github.com/svenstaro/rofi-calc"; license = licenses.mit; - maintainers = with maintainers; [ luc65r albakham ]; + maintainers = with maintainers; [ albakham ]; platforms = with platforms; linux; }; } diff --git a/pkgs/by-name/ss/ssh-chat/package.nix b/pkgs/by-name/ss/ssh-chat/package.nix index 425b0535e741..f8ae9cdb1e75 100644 --- a/pkgs/by-name/ss/ssh-chat/package.nix +++ b/pkgs/by-name/ss/ssh-chat/package.nix @@ -18,6 +18,6 @@ buildGoModule rec { mainProgram = "ssh-chat"; homepage = "https://github.com/shazow/ssh-chat"; license = licenses.mit; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/by-name/ti/tilem/package.nix b/pkgs/by-name/ti/tilem/package.nix index e6d9a1956465..7c98b8d499f1 100644 --- a/pkgs/by-name/ti/tilem/package.nix +++ b/pkgs/by-name/ti/tilem/package.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { homepage = "http://lpg.ticalc.org/prj_tilem/"; description = "Emulator and debugger for Texas Instruments Z80-based graphing calculators"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ siraben luc65r ]; + maintainers = with maintainers; [ siraben clevor ]; platforms = platforms.linux ++ platforms.darwin; mainProgram = "tilem2"; }; diff --git a/pkgs/desktops/mate/mate-tweak/default.nix b/pkgs/desktops/mate/mate-tweak/default.nix index 7688d934c74e..057f30f5f868 100644 --- a/pkgs/desktops/mate/mate-tweak/default.nix +++ b/pkgs/desktops/mate/mate-tweak/default.nix @@ -81,6 +81,6 @@ python3Packages.buildPythonApplication rec { changelog = "https://github.com/ubuntu-mate/mate-tweak/releases/tag/${version}"; license = [ licenses.gpl2Plus ]; platforms = platforms.linux; - maintainers = teams.mate.members ++ (with maintainers; [ luc65r ]); + maintainers = teams.mate.members; }; } diff --git a/pkgs/development/compilers/cone/default.nix b/pkgs/development/compilers/cone/default.nix index b13ac8de868e..4b2871ddc6f9 100644 --- a/pkgs/development/compilers/cone/default.nix +++ b/pkgs/development/compilers/cone/default.nix @@ -37,7 +37,7 @@ llvmPackages.stdenv.mkDerivation rec { mainProgram = "conec"; homepage = "https://cone.jondgoodwin.com"; license = licenses.mit; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; platforms = platforms.all; }; } diff --git a/pkgs/development/libraries/libticalcs2/default.nix b/pkgs/development/libraries/libticalcs2/default.nix index 551bfed8fc8b..c114ce5e3e3b 100644 --- a/pkgs/development/libraries/libticalcs2/default.nix +++ b/pkgs/development/libraries/libticalcs2/default.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation rec { description = "This library is part of the TiLP framework"; homepage = "http://lpg.ticalc.org/prj_tilp/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ siraben luc65r ]; + maintainers = with maintainers; [ siraben clevor ]; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/development/libraries/unicorn/default.nix b/pkgs/development/libraries/unicorn/default.nix index 93fc0531ccd9..1b27a5cf327a 100644 --- a/pkgs/development/libraries/unicorn/default.nix +++ b/pkgs/development/libraries/unicorn/default.nix @@ -47,7 +47,6 @@ stdenv.mkDerivation rec { platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice - luc65r ]; }; } diff --git a/pkgs/development/python-modules/playsound/default.nix b/pkgs/development/python-modules/playsound/default.nix index 7fb3220810d3..54537341ba38 100644 --- a/pkgs/development/python-modules/playsound/default.nix +++ b/pkgs/development/python-modules/playsound/default.nix @@ -25,6 +25,6 @@ buildPythonPackage rec { description = "Pure Python, cross platform, single function module with no dependencies for playing sounds"; license = licenses.mit; platforms = platforms.all; - maintainers = with maintainers; [ luc65r ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/tools/admin/drawterm/default.nix b/pkgs/tools/admin/drawterm/default.nix index 899421851204..d670c28539ca 100644 --- a/pkgs/tools/admin/drawterm/default.nix +++ b/pkgs/tools/admin/drawterm/default.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation { description = "Connect to Plan 9 CPU servers from other operating systems"; homepage = "https://drawterm.9front.org/"; license = licenses.mit; - maintainers = with maintainers; [ luc65r moody ]; + maintainers = with maintainers; [ moody ]; platforms = platforms.linux; mainProgram = "drawterm"; }; From adaf5f9b58aadbebb4ca12767e60f16f33ee1f5d Mon Sep 17 00:00:00 2001 From: Sam Connelly Date: Sun, 17 Nov 2024 14:31:41 -0500 Subject: [PATCH 2/2] maintainers: drop luc65r --- maintainers/maintainer-list.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 0b6cde9d55e1..0ecc0668af29 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -12852,12 +12852,6 @@ githubId = 37505890; name = "Luis Wirth"; }; - luc65r = { - email = "lucas@ransan.fr"; - github = "luc65r"; - githubId = 59375051; - name = "Lucas Ransan"; - }; LucaGuerra = { email = "luca@guerra.sh"; github = "LucaGuerra";