lol

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