mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
maintainers: drop clevor (#413960)
This commit is contained in:
commit
00e7f80296
12 changed files with 11 additions and 35 deletions
|
@ -4759,12 +4759,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";
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue