Take over the role of maintainer luc65r (#356536)

This commit is contained in:
Masum Reza 2024-11-21 15:03:06 +05:30 committed by GitHub
commit 9777a72dd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
31 changed files with 26 additions and 36 deletions

View File

@ -12872,12 +12872,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";

View File

@ -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;
};
}

View File

@ -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";
};

View File

@ -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";
};

View File

@ -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;
};
}

View File

@ -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;
};

View File

@ -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";
};

View File

@ -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;

View File

@ -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";
};

View File

@ -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";
};

View File

@ -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";
};

View File

@ -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
};

View File

@ -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;
};
}

View File

@ -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; [ ];
};
}

View File

@ -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;
};

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

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

View File

@ -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;

View File

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

View File

@ -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";
};
}

View File

@ -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;
};
}

View File

@ -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; [ ];
};
}

View File

@ -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";
};

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

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

View File

@ -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; [ ];
};
}

View File

@ -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";
};