jesec-rtorrent: remove AndersonTorres

This commit is contained in:
Anderson Torres 2024-11-17 23:42:12 -03:00
parent cbc8441e0f
commit 50b7aac0ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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