maintainers: winterqt -> winter

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