maintainers: drop clevor

This commit is contained in:
Sam Connelly 2025-06-04 12:02:59 -04:00
parent 4ed8171d6f
commit 37a85289a0
12 changed files with 11 additions and 35 deletions

View file

@ -4752,12 +4752,6 @@
githubId = 848609;
name = "Michael Bishop";
};
clevor = {
email = "myclevorname@gmail.com";
github = "myclevorname";
githubId = 140354451;
name = "Samuel Connelly";
};
clkamp = {
email = "c@lkamp.de";
github = "clkamp";

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -69,10 +69,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
clevor
];
maintainers = with maintainers; [ siraben ];
platforms = with platforms; linux ++ darwin;
};
}

View file

@ -44,10 +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
clevor
];
maintainers = with maintainers; [ siraben ];
platforms = with platforms; linux ++ darwin;
};
}

View file

@ -33,10 +33,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
clevor
];
maintainers = with maintainers; [ siraben ];
platforms = with platforms; linux ++ darwin;
};
}

View file

@ -33,10 +33,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
clevor
];
maintainers = with maintainers; [ siraben ];
platforms = with platforms; linux ++ darwin;
};
}

View file

@ -54,7 +54,7 @@ rustPlatform.buildRustPackage {
meta = {
description = "Media metadata parser and formatter designed for human consumption, powered by FFmpeg";
maintainers = with lib.maintainers; [ clevor ];
maintainers = with lib.maintainers; [ ];
license = lib.licenses.mit;
homepage = "https://github.com/zmwangx/metadata";
mainProgram = "metadata";

View file

@ -33,10 +33,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
clevor
];
maintainers = with maintainers; [ siraben ];
platforms = platforms.linux ++ platforms.darwin;
mainProgram = "tilem2";
};