mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +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;
|
githubId = 848609;
|
||||||
name = "Michael Bishop";
|
name = "Michael Bishop";
|
||||||
};
|
};
|
||||||
clevor = {
|
|
||||||
email = "myclevorname@gmail.com";
|
|
||||||
github = "myclevorname";
|
|
||||||
githubId = 140354451;
|
|
||||||
name = "Samuel Connelly";
|
|
||||||
};
|
|
||||||
clkamp = {
|
clkamp = {
|
||||||
email = "c@lkamp.de";
|
email = "c@lkamp.de";
|
||||||
github = "clkamp";
|
github = "clkamp";
|
||||||
|
|
|
@ -45,7 +45,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; [ clevor ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = [
|
platforms = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"x86_64-darwin"
|
"x86_64-darwin"
|
||||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/mateoconlechuga/convbin";
|
homepage = "https://github.com/mateoconlechuga/convbin";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ clevor ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
mainProgram = "convbin";
|
mainProgram = "convbin";
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||||
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 = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
maintainers = with maintainers; [ clevor ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "convfont";
|
mainProgram = "convfont";
|
||||||
};
|
};
|
||||||
|
|
|
@ -39,7 +39,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; [ clevor ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "convimg";
|
mainProgram = "convimg";
|
||||||
};
|
};
|
||||||
|
|
|
@ -90,10 +90,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; [
|
maintainers = with maintainers; [ orivej ];
|
||||||
orivej
|
|
||||||
clevor
|
|
||||||
];
|
|
||||||
platforms = with platforms; intersectLists (linux ++ darwin) x86;
|
platforms = with platforms; intersectLists (linux ++ darwin) x86;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,10 +69,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; [
|
maintainers = with maintainers; [ siraben ];
|
||||||
siraben
|
|
||||||
clevor
|
|
||||||
];
|
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,10 +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; [
|
maintainers = with maintainers; [ siraben ];
|
||||||
siraben
|
|
||||||
clevor
|
|
||||||
];
|
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,10 +33,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; [
|
maintainers = with maintainers; [ siraben ];
|
||||||
siraben
|
|
||||||
clevor
|
|
||||||
];
|
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,10 +33,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; [
|
maintainers = with maintainers; [ siraben ];
|
||||||
siraben
|
|
||||||
clevor
|
|
||||||
];
|
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@ rustPlatform.buildRustPackage {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Media metadata parser and formatter designed for human consumption, powered by FFmpeg";
|
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;
|
license = lib.licenses.mit;
|
||||||
homepage = "https://github.com/zmwangx/metadata";
|
homepage = "https://github.com/zmwangx/metadata";
|
||||||
mainProgram = "metadata";
|
mainProgram = "metadata";
|
||||||
|
|
|
@ -33,10 +33,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; [
|
maintainers = with maintainers; [ siraben ];
|
||||||
siraben
|
|
||||||
clevor
|
|
||||||
];
|
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
mainProgram = "tilem2";
|
mainProgram = "tilem2";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue