Commit 50b7aac0 authored by Anderson Torres's avatar Anderson Torres
Browse files

jesec-rtorrent: remove AndersonTorres

parent cbc8441e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
    description = "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; [ winter AndersonTorres ];
    maintainers = with maintainers; [ winter ];
    platforms = platforms.linux;
    mainProgram = "rtorrent";
  };
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
    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)";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ winter AndersonTorres ];
    maintainers = with maintainers; [ winter ];
    platforms = platforms.linux;
  };
}