maintainers: Fix github account names

and drop package maintainership for removed maintainers.

davidarmstronglewis is now known on github as oceanlewis. Editing maintainer-list.nix…
TravisDavis-ops likely deleted their github account
rs0vere likely deleted their github account
SamirTalwar is now known on github as abstracte. Editing maintainer-list.nix…

+10 -25
+2 -17
maintainers/maintainer-list.nix
··· 3956 3956 }; 3957 3957 davidarmstronglewis = { 3958 3958 email = "davidlewis@mac.com"; 3959 - github = "davidarmstronglewis"; 3959 + github = "oceanlewis"; 3960 3960 githubId = 6754950; 3961 3961 name = "David Armstrong Lewis"; 3962 3962 }; ··· 15094 15094 }]; 15095 15095 name = "Rahul Butani"; 15096 15096 }; 15097 - rs0vere = { 15098 - email = "rs0vere@proton.me"; 15099 - github = "rs0vere"; 15100 - githubId = 140035635; 15101 - keys = [{ 15102 - fingerprint = "C6D8 B5C2 FA79 901B DCCF 95E1 FEC4 5C5A ED00 C58D"; 15103 - }]; 15104 - name = "Red Star Over Earth"; 15105 - }; 15106 15097 rski = { 15107 15098 name = "rski"; 15108 15099 email = "rom.skiad+nix@gmail.com"; ··· 15358 15349 }; 15359 15350 SamirTalwar = { 15360 15351 email = "lazy.git@functional.computer"; 15361 - github = "SamirTalwar"; 15352 + github = "abstracte"; 15362 15353 githubId = 47852; 15363 15354 name = "Samir Talwar"; 15364 15355 }; ··· 17760 17751 github = "travisbhartwell"; 17761 17752 githubId = 10110; 17762 17753 name = "Travis B. Hartwell"; 17763 - }; 17764 - travisdavis-ops = { 17765 - email = "travisdavismedia@gmail.com"; 17766 - github = "TravisDavis-ops"; 17767 - githubId = 52011418; 17768 - name = "Travis Davis"; 17769 17754 }; 17770 17755 traxys = { 17771 17756 email = "quentin+dev@familleboyer.net";
+1 -1
pkgs/applications/misc/nhentai/default.nix
··· 21 21 homepage = "https://github.com/RicterZ/nhentai"; 22 22 description = "nHentai is a CLI tool for downloading doujinshi from <http://nhentai.net>"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ travisdavis-ops ]; 24 + maintainers = with maintainers; [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/by-name/cl/clzip/package.nix
··· 16 16 homepage = "https://www.nongnu.org/lzip/clzip.html"; 17 17 description = "C language version of lzip"; 18 18 license = licenses.gpl2Plus; 19 - maintainers = with maintainers; [ rs0vere ]; 19 + maintainers = with maintainers; [ ]; 20 20 platforms = platforms.all; 21 21 }; 22 22 })
+1 -1
pkgs/by-name/re/replxx/package.nix
··· 24 24 homepage = "https://github.com/AmokHuginnsson/replxx"; 25 25 description = "A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed"; 26 26 license = licenses.bsd3; 27 - maintainers = with maintainers; [ rs0vere ]; 27 + maintainers = with maintainers; [ ]; 28 28 platforms = platforms.all; 29 29 }; 30 30 })
+1 -1
pkgs/development/libraries/kcp/default.nix
··· 21 21 description = "A Fast and Reliable ARQ Protocol"; 22 22 homepage = "https://github.com/skywind3000/kcp"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ rs0vere ]; 24 + maintainers = with maintainers; [ ]; 25 25 platforms = platforms.all; 26 26 }; 27 27 }
+1 -1
pkgs/development/libraries/wfa2-lib/default.nix
··· 31 31 description = "Wavefront alignment algorithm library v2"; 32 32 homepage = "https://github.com/smarco/WFA2-lib"; 33 33 license = licenses.mit; 34 - maintainers = with maintainers; [ rs0vere ]; 34 + maintainers = with maintainers; [ ]; 35 35 platforms = platforms.linux; 36 36 }; 37 37 }
+1 -1
pkgs/development/tools/cocogitto/default.nix
··· 32 32 description = "A set of cli tools for the conventional commit and semver specifications"; 33 33 homepage = "https://github.com/oknozor/cocogitto"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ travisdavis-ops ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/games/hmcl/default.nix
··· 91 91 description = "A Minecraft Launcher which is multi-functional, cross-platform and popular"; 92 92 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 93 93 license = licenses.gpl3Only; 94 - maintainers = with maintainers; [ rs0vere ]; 94 + maintainers = with maintainers; [ ]; 95 95 inherit (jre.meta) platforms; 96 96 }; 97 97 })
+1 -1
pkgs/tools/wayland/sov/default.nix
··· 26 26 description = "An overlay that shows schemas for all workspaces to make navigation in sway easier."; 27 27 homepage = "https://github.com/milgra/sov"; 28 28 license = with licenses; [ mit ]; 29 - maintainers = with maintainers; [ travisdavis-ops ]; 29 + maintainers = with maintainers; [ ]; 30 30 platforms = platforms.linux; 31 31 }; 32 32 }