maintainers: drop clevor

+11 -35
-6
maintainers/maintainer-list.nix
··· 4752 4752 githubId = 848609; 4753 4753 name = "Michael Bishop"; 4754 4754 }; 4755 - clevor = { 4756 - email = "myclevorname@gmail.com"; 4757 - github = "myclevorname"; 4758 - githubId = 140354451; 4759 - name = "Samuel Connelly"; 4760 - }; 4761 4755 clkamp = { 4762 4756 email = "c@lkamp.de"; 4763 4757 github = "clkamp";
+1 -1
pkgs/applications/science/math/cemu-ti/default.nix
··· 45 45 mainProgram = "CEmu"; 46 46 homepage = "https://ce-programming.github.io/CEmu"; 47 47 license = licenses.gpl3Plus; 48 - maintainers = with maintainers; [ clevor ]; 48 + maintainers = with maintainers; [ ]; 49 49 platforms = [ 50 50 "x86_64-linux" 51 51 "x86_64-darwin"
+1 -1
pkgs/by-name/co/convbin/package.nix
··· 43 43 ''; 44 44 homepage = "https://github.com/mateoconlechuga/convbin"; 45 45 license = lib.licenses.bsd3; 46 - maintainers = with lib.maintainers; [ clevor ]; 46 + maintainers = with lib.maintainers; [ ]; 47 47 platforms = lib.platforms.all; 48 48 mainProgram = "convbin"; 49 49 };
+1 -1
pkgs/by-name/co/convfont/package.nix
··· 25 25 description = "Converts font for use with FontLibC"; 26 26 homepage = "https://github.com/drdnar/convfont"; 27 27 license = lib.licenses.unfree; 28 - maintainers = with maintainers; [ clevor ]; 28 + maintainers = with maintainers; [ ]; 29 29 platforms = platforms.all; 30 30 mainProgram = "convfont"; 31 31 };
+1 -1
pkgs/by-name/co/convimg/package.nix
··· 39 39 ''; 40 40 homepage = "https://github.com/mateoconlechuga/convimg"; 41 41 license = licenses.bsd3; 42 - maintainers = with maintainers; [ clevor ]; 42 + maintainers = with maintainers; [ ]; 43 43 platforms = platforms.linux; 44 44 mainProgram = "convimg"; 45 45 };
+1 -4
pkgs/by-name/fa/fasmg/package.nix
··· 90 90 mainProgram = "fasmg"; 91 91 homepage = "https://flatassembler.net"; 92 92 license = licenses.bsd3; 93 - maintainers = with maintainers; [ 94 - orivej 95 - clevor 96 - ]; 93 + maintainers = with maintainers; [ orivej ]; 97 94 platforms = with platforms; intersectLists (linux ++ darwin) x86; 98 95 }; 99 96 }
+1 -4
pkgs/by-name/li/libticables2/package.nix
··· 69 69 description = "This library is part of the TiLP framework"; 70 70 homepage = "http://lpg.ticalc.org/prj_tilp/"; 71 71 license = licenses.gpl2Plus; 72 - maintainers = with maintainers; [ 73 - siraben 74 - clevor 75 - ]; 72 + maintainers = with maintainers; [ siraben ]; 76 73 platforms = with platforms; linux ++ darwin; 77 74 }; 78 75 }
+1 -4
pkgs/by-name/li/libticalcs2/package.nix
··· 44 44 description = "This library is part of the TiLP framework"; 45 45 homepage = "http://lpg.ticalc.org/prj_tilp/"; 46 46 license = licenses.gpl2Plus; 47 - maintainers = with maintainers; [ 48 - siraben 49 - clevor 50 - ]; 47 + maintainers = with maintainers; [ siraben ]; 51 48 platforms = with platforms; linux ++ darwin; 52 49 }; 53 50 }
+1 -4
pkgs/by-name/li/libticonv/package.nix
··· 33 33 description = "This library is part of the TiLP framework"; 34 34 homepage = "http://lpg.ticalc.org/prj_tilp/"; 35 35 license = licenses.gpl2Plus; 36 - maintainers = with maintainers; [ 37 - siraben 38 - clevor 39 - ]; 36 + maintainers = with maintainers; [ siraben ]; 40 37 platforms = with platforms; linux ++ darwin; 41 38 }; 42 39 }
+1 -4
pkgs/by-name/li/libtifiles2/package.nix
··· 33 33 description = "This library is part of the TiLP framework"; 34 34 homepage = "http://lpg.ticalc.org/prj_tilp/"; 35 35 license = licenses.gpl2Plus; 36 - maintainers = with maintainers; [ 37 - siraben 38 - clevor 39 - ]; 36 + maintainers = with maintainers; [ siraben ]; 40 37 platforms = with platforms; linux ++ darwin; 41 38 }; 42 39 }
+1 -1
pkgs/by-name/me/metadata/package.nix
··· 54 54 55 55 meta = { 56 56 description = "Media metadata parser and formatter designed for human consumption, powered by FFmpeg"; 57 - maintainers = with lib.maintainers; [ clevor ]; 57 + maintainers = with lib.maintainers; [ ]; 58 58 license = lib.licenses.mit; 59 59 homepage = "https://github.com/zmwangx/metadata"; 60 60 mainProgram = "metadata";
+1 -4
pkgs/by-name/ti/tilem/package.nix
··· 33 33 homepage = "http://lpg.ticalc.org/prj_tilem/"; 34 34 description = "Emulator and debugger for Texas Instruments Z80-based graphing calculators"; 35 35 license = licenses.gpl3Plus; 36 - maintainers = with maintainers; [ 37 - siraben 38 - clevor 39 - ]; 36 + maintainers = with maintainers; [ siraben ]; 40 37 platforms = platforms.linux ++ platforms.darwin; 41 38 mainProgram = "tilem2"; 42 39 };