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.
This commit is contained in:
Sam Connelly 2024-11-17 14:30:20 -05:00
parent de90b990cf
commit 7c66fb1ec5
30 changed files with 26 additions and 30 deletions

View File

@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
''; '';
homepage = "https://sr.ht/~kennylevinsen/greetd/"; homepage = "https://sr.ht/~kennylevinsen/greetd/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "GTK based greeter for greetd, to be run under cage or similar"; description = "GTK based greeter for greetd, to be run under cage or similar";
homepage = "https://git.sr.ht/~kennylevinsen/gtkgreet"; homepage = "https://git.sr.ht/~kennylevinsen/gtkgreet";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "gtkgreet"; mainProgram = "gtkgreet";
}; };

View File

@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/apognu/tuigreet"; homepage = "https://github.com/apognu/tuigreet";
changelog = "https://github.com/apognu/tuigreet/releases/tag/${version}"; changelog = "https://github.com/apognu/tuigreet/releases/tag/${version}";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ luc65r ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
mainProgram = "tuigreet"; mainProgram = "tuigreet";
}; };

View File

@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
mainProgram = "wlgreet"; mainProgram = "wlgreet";
homepage = "https://git.sr.ht/~kennylevinsen/wlgreet"; homepage = "https://git.sr.ht/~kennylevinsen/wlgreet";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "CEmu"; mainProgram = "CEmu";
homepage = "https://ce-programming.github.io/CEmu"; homepage = "https://ce-programming.github.io/CEmu";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ clevor ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
broken = stdenv.hostPlatform.isDarwin; broken = stdenv.hostPlatform.isDarwin;
}; };

View File

@ -72,7 +72,7 @@ python3Packages.buildPythonApplication rec {
description = "GUI front-end for youtube-dl"; description = "GUI front-end for youtube-dl";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ mkg20001 luc65r ]; maintainers = with maintainers; [ mkg20001 ];
homepage = "https://tartube.sourceforge.io/"; homepage = "https://tartube.sourceforge.io/";
mainProgram = "tartube"; mainProgram = "tartube";
}; };

View File

@ -56,7 +56,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/c3lang/c3c"; homepage = "https://github.com/c3lang/c3c";
license = licenses.lgpl3Only; license = licenses.lgpl3Only;
maintainers = with maintainers; [ maintainers = with maintainers; [
luc65r
anas anas
]; ];
platforms = platforms.all; platforms = platforms.all;

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/mateoconlechuga/convbin"; homepage = "https://github.com/mateoconlechuga/convbin";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ clevor ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "convbin"; mainProgram = "convbin";
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Converts font for use with FontLibC"; description = "Converts font for use with FontLibC";
homepage = "https://github.com/drdnar/convfont"; homepage = "https://github.com/drdnar/convfont";
license = licenses.wtfpl; license = licenses.wtfpl;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ clevor ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "convfont"; mainProgram = "convfont";
}; };

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/mateoconlechuga/convimg"; homepage = "https://github.com/mateoconlechuga/convimg";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ clevor ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "convimg"; mainProgram = "convimg";
}; };

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
mainProgram = "dictu"; mainProgram = "dictu";
homepage = "https://dictu-lang.com"; homepage = "https://dictu-lang.com";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/dictu.x86_64-darwin broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/dictu.x86_64-darwin
}; };

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
mainProgram = "fasmg"; mainProgram = "fasmg";
homepage = "https://flatassembler.net"; homepage = "https://flatassembler.net";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ orivej luc65r ]; maintainers = with maintainers; [ orivej clevor ];
platforms = with platforms; intersectLists (linux ++ darwin) x86; platforms = with platforms; intersectLists (linux ++ darwin) x86;
}; };
} }

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "Collection of video game music file emulators"; description = "Collection of video game music file emulators";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Lightweight multi-platform, multi-architecture assembler framework"; description = "Lightweight multi-platform, multi-architecture assembler framework";
homepage = "https://www.keystone-engine.org"; homepage = "https://www.keystone-engine.org";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
mainProgram = "kstool"; mainProgram = "kstool";
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "This library is part of the TiLP framework"; description = "This library is part of the TiLP framework";
homepage = "http://lpg.ticalc.org/prj_tilp/"; homepage = "http://lpg.ticalc.org/prj_tilp/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben luc65r ]; maintainers = with maintainers; [ siraben clevor ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
}; };
} }

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "This library is part of the TiLP framework"; description = "This library is part of the TiLP framework";
homepage = "http://lpg.ticalc.org/prj_tilp/"; homepage = "http://lpg.ticalc.org/prj_tilp/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben luc65r ]; maintainers = with maintainers; [ siraben clevor ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
}; };
} }

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "This library is part of the TiLP framework"; description = "This library is part of the TiLP framework";
homepage = "http://lpg.ticalc.org/prj_tilp/"; homepage = "http://lpg.ticalc.org/prj_tilp/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben luc65r ]; maintainers = with maintainers; [ siraben clevor ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
}; };
} }

View File

@ -88,7 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
azuwis azuwis
luc65r
zmitchell zmitchell
]; ];
platforms = lib.platforms.all; platforms = lib.platforms.all;

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
description = "Systems language that is both powerful and fun to use"; description = "Systems language that is both powerful and fun to use";
homepage = "https://myrlang.org/"; homepage = "https://myrlang.org/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
# darwin: never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/myrddin.x86_64-darwin # 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; broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin;

View File

@ -87,7 +87,6 @@ stdenv.mkDerivation {
mainProgram = "odin"; mainProgram = "odin";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
astavie astavie
luc65r
znaniye znaniye
]; ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;

View File

@ -77,7 +77,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://crates.io/crates/rbw"; homepage = "https://crates.io/crates/rbw";
changelog = "https://git.tozt.net/rbw/plain/CHANGELOG.md?id=${version}"; changelog = "https://git.tozt.net/rbw/plain/CHANGELOG.md?id=${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ albakham luc65r ]; maintainers = with maintainers; [ albakham ];
mainProgram = "rbw"; mainProgram = "rbw";
}; };
} }

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "Do live calculations in rofi!"; description = "Do live calculations in rofi!";
homepage = "https://github.com/svenstaro/rofi-calc"; homepage = "https://github.com/svenstaro/rofi-calc";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ luc65r albakham ]; maintainers = with maintainers; [ albakham ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View File

@ -18,6 +18,6 @@ buildGoModule rec {
mainProgram = "ssh-chat"; mainProgram = "ssh-chat";
homepage = "https://github.com/shazow/ssh-chat"; homepage = "https://github.com/shazow/ssh-chat";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "http://lpg.ticalc.org/prj_tilem/"; homepage = "http://lpg.ticalc.org/prj_tilem/";
description = "Emulator and debugger for Texas Instruments Z80-based graphing calculators"; description = "Emulator and debugger for Texas Instruments Z80-based graphing calculators";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ siraben luc65r ]; maintainers = with maintainers; [ siraben clevor ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
mainProgram = "tilem2"; mainProgram = "tilem2";
}; };

View File

@ -81,6 +81,6 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/ubuntu-mate/mate-tweak/releases/tag/${version}"; changelog = "https://github.com/ubuntu-mate/mate-tweak/releases/tag/${version}";
license = [ licenses.gpl2Plus ]; license = [ licenses.gpl2Plus ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = teams.mate.members ++ (with maintainers; [ luc65r ]); maintainers = teams.mate.members;
}; };
} }

View File

@ -37,7 +37,7 @@ llvmPackages.stdenv.mkDerivation rec {
mainProgram = "conec"; mainProgram = "conec";
homepage = "https://cone.jondgoodwin.com"; homepage = "https://cone.jondgoodwin.com";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "This library is part of the TiLP framework"; description = "This library is part of the TiLP framework";
homepage = "http://lpg.ticalc.org/prj_tilp/"; homepage = "http://lpg.ticalc.org/prj_tilp/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben luc65r ]; maintainers = with maintainers; [ siraben clevor ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
}; };
} }

View File

@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ maintainers = with maintainers; [
thoughtpolice thoughtpolice
luc65r
]; ];
}; };
} }

View File

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Pure Python, cross platform, single function module with no dependencies for playing sounds"; description = "Pure Python, cross platform, single function module with no dependencies for playing sounds";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ luc65r ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation {
description = "Connect to Plan 9 CPU servers from other operating systems"; description = "Connect to Plan 9 CPU servers from other operating systems";
homepage = "https://drawterm.9front.org/"; homepage = "https://drawterm.9front.org/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ luc65r moody ]; maintainers = with maintainers; [ moody ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "drawterm"; mainProgram = "drawterm";
}; };