maintainers: winterqt -> winter

This commit is contained in:
Winter 2021-11-28 20:06:53 -05:00
parent 3eb5d85beb
commit e1486feead
4 changed files with 4 additions and 4 deletions

View file

@ -12466,7 +12466,7 @@
githubId = 6016963;
name = "Patrick Winter";
};
winterqt = {
winter = {
email = "nixos@winter.cafe";
github = "winterqt";
githubId = 78392041;

View file

@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
description = "Fantastic (maybe) CLI for translating between bottom and human-readable text";
homepage = "https://github.com/bottom-software-foundation/bottom-rs";
license = licenses.mit;
maintainers = with maintainers; [ winterqt ];
maintainers = with maintainers; [ winter ];
mainProgram = "bottomify";
};
}

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jesec/libtorrent";
description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code (jesec's fork)";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ winterqt AndersonTorres ];
maintainers = with maintainers; [ winter AndersonTorres ];
platforms = platforms.linux;
};
}

View file

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
description = "An ncurses client for libtorrent, ideal for use with screen, tmux, or dtach (jesec's fork)";
homepage = "https://github.com/jesec/rtorrent";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ winterqt AndersonTorres ];
maintainers = with maintainers; [ winter AndersonTorres ];
platforms = platforms.linux;
};
}