maintainers: remove WeebSorceress

as their GitHub account appears to be deleted

+7 -17
-10
maintainers/maintainer-list.nix
··· 16991 github = "wdavidw"; 16992 githubId = 46896; 16993 }; 16994 - WeebSorceress = { 16995 - name = "WeebSorceress"; 16996 - email = "hello@weebsorceress.anonaddy.me"; 16997 - matrix = "@weebsorceress:matrix.org"; 16998 - github = "WeebSorceress"; 16999 - githubId = 106774777; 17000 - keys = [{ 17001 - fingerprint = "659A 9BC3 F904 EC24 1461 2EFE 7F57 3443 17F0 FA43"; 17002 - }]; 17003 - }; 17004 wegank = { 17005 name = "Weijia Wang"; 17006 email = "contact@weijia.wang";
··· 16991 github = "wdavidw"; 16992 githubId = 46896; 16993 }; 16994 wegank = { 16995 name = "Weijia Wang"; 16996 email = "contact@weijia.wang";
+1 -1
pkgs/applications/blockchains/ledger-live-desktop/default.nix
··· 30 description = "App for Ledger hardware wallets"; 31 homepage = "https://www.ledger.com/ledger-live/"; 32 license = licenses.mit; 33 - maintainers = with maintainers; [ andresilva thedavidmeister nyanloutre RaghavSood th0rgal WeebSorceress ]; 34 platforms = [ "x86_64-linux" ]; 35 }; 36 }
··· 30 description = "App for Ledger hardware wallets"; 31 homepage = "https://www.ledger.com/ledger-live/"; 32 license = licenses.mit; 33 + maintainers = with maintainers; [ andresilva thedavidmeister nyanloutre RaghavSood th0rgal ]; 34 platforms = [ "x86_64-linux" ]; 35 }; 36 }
+1 -1
pkgs/applications/video/adl/default.nix
··· 38 description = "popcorn anime-downloader + trackma wrapper"; 39 license = licenses.gpl3Plus; 40 platforms = platforms.linux; 41 - maintainers = with maintainers; [ WeebSorceress ]; 42 }; 43 }
··· 38 description = "popcorn anime-downloader + trackma wrapper"; 39 license = licenses.gpl3Plus; 40 platforms = platforms.linux; 41 + maintainers = with maintainers; [ ]; 42 }; 43 }
+1 -1
pkgs/applications/video/anime-downloader/default.nix
··· 49 description = "A simple but powerful anime downloader and streamer"; 50 license = licenses.unlicense; 51 platforms = platforms.linux; 52 - maintainers = with maintainers; [ WeebSorceress ]; 53 }; 54 }
··· 49 description = "A simple but powerful anime downloader and streamer"; 50 license = licenses.unlicense; 51 platforms = platforms.linux; 52 + maintainers = with maintainers; [ ]; 53 }; 54 }
+1 -1
pkgs/development/python-modules/cfscrape/default.nix
··· 23 description = "A Python module to bypass Cloudflare's anti-bot page"; 24 license = licenses.mit; 25 platforms = platforms.linux; 26 - maintainers = with maintainers; [ WeebSorceress ]; 27 }; 28 }
··· 23 description = "A Python module to bypass Cloudflare's anti-bot page"; 24 license = licenses.mit; 25 platforms = platforms.linux; 26 + maintainers = with maintainers; [ ]; 27 }; 28 }
+1 -1
pkgs/development/python-modules/pySmartDL/default.nix
··· 20 description = "A Smart Download Manager for Python"; 21 license = licenses.unlicense; 22 platforms = platforms.linux; 23 - maintainers = with maintainers; [ WeebSorceress ]; 24 }; 25 }
··· 20 description = "A Smart Download Manager for Python"; 21 license = licenses.unlicense; 22 platforms = platforms.linux; 23 + maintainers = with maintainers; [ ]; 24 }; 25 }
+1 -1
pkgs/development/tools/frece/default.nix
··· 18 homepage = "https://github.com/YodaEmbedding/frece"; 19 license = licenses.mit; 20 platforms = platforms.linux; 21 - maintainers = with maintainers; [ WeebSorceress ]; 22 }; 23 }
··· 18 homepage = "https://github.com/YodaEmbedding/frece"; 19 license = licenses.mit; 20 platforms = platforms.linux; 21 + maintainers = with maintainers; [ ]; 22 }; 23 }
+1 -1
pkgs/tools/misc/trackma/default.nix
··· 76 description = "Open multi-site list manager for Unix-like systems (ex-wMAL)"; 77 license = licenses.gpl3Plus; 78 platforms = platforms.linux; 79 - maintainers = with maintainers; [ WeebSorceress ]; 80 }; 81 }
··· 76 description = "Open multi-site list manager for Unix-like systems (ex-wMAL)"; 77 license = licenses.gpl3Plus; 78 platforms = platforms.linux; 79 + maintainers = with maintainers; [ ]; 80 }; 81 }