maintainers: winterqt -> winter

+4 -4
+1 -1
maintainers/maintainer-list.nix
··· 12466 githubId = 6016963; 12467 name = "Patrick Winter"; 12468 }; 12469 - winterqt = { 12470 email = "nixos@winter.cafe"; 12471 github = "winterqt"; 12472 githubId = 78392041;
··· 12466 githubId = 6016963; 12467 name = "Patrick Winter"; 12468 }; 12469 + winter = { 12470 email = "nixos@winter.cafe"; 12471 github = "winterqt"; 12472 githubId = 78392041;
+1 -1
pkgs/tools/misc/bottom-rs/default.nix
··· 16 description = "Fantastic (maybe) CLI for translating between bottom and human-readable text"; 17 homepage = "https://github.com/bottom-software-foundation/bottom-rs"; 18 license = licenses.mit; 19 - maintainers = with maintainers; [ winterqt ]; 20 mainProgram = "bottomify"; 21 }; 22 }
··· 16 description = "Fantastic (maybe) CLI for translating between bottom and human-readable text"; 17 homepage = "https://github.com/bottom-software-foundation/bottom-rs"; 18 license = licenses.mit; 19 + maintainers = with maintainers; [ winter ]; 20 mainProgram = "bottomify"; 21 }; 22 }
+1 -1
pkgs/tools/networking/p2p/jesec-rtorrent/libtorrent.nix
··· 38 homepage = "https://github.com/jesec/libtorrent"; 39 description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code (jesec's fork)"; 40 license = licenses.gpl2Plus; 41 - maintainers = with maintainers; [ winterqt AndersonTorres ]; 42 platforms = platforms.linux; 43 }; 44 }
··· 38 homepage = "https://github.com/jesec/libtorrent"; 39 description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code (jesec's fork)"; 40 license = licenses.gpl2Plus; 41 + maintainers = with maintainers; [ winter AndersonTorres ]; 42 platforms = platforms.linux; 43 }; 44 }
+1 -1
pkgs/tools/networking/p2p/jesec-rtorrent/rtorrent.nix
··· 59 description = "An ncurses client for libtorrent, ideal for use with screen, tmux, or dtach (jesec's fork)"; 60 homepage = "https://github.com/jesec/rtorrent"; 61 license = licenses.gpl2Plus; 62 - maintainers = with maintainers; [ winterqt AndersonTorres ]; 63 platforms = platforms.linux; 64 }; 65 }
··· 59 description = "An ncurses client for libtorrent, ideal for use with screen, tmux, or dtach (jesec's fork)"; 60 homepage = "https://github.com/jesec/rtorrent"; 61 license = licenses.gpl2Plus; 62 + maintainers = with maintainers; [ winter AndersonTorres ]; 63 platforms = platforms.linux; 64 }; 65 }