rtorrent: fix MAINTAINER

Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
Peter Wagner 2018-07-23 01:30:34 +02:00
parent 2edf5c5513
commit b6a399fbfa
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rtorrent
PKG_VERSION:=0.9.7
PKG_RELEASE:=1
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/rakshasa/rtorrent/releases/download/v$(PKG_VERSION)
@ -34,6 +33,7 @@ define Package/rtorrent/Default
TITLE:=BitTorrent client for ncurses
URL:=http://libtorrent.rakshasa.no/
DEPENDS:=+libcurl +libtorrent +libncursesw +libsigcxx +libpthread
MAINTAINER:=Rosen Penev <rosenp@gmail.com>
endef
define Package/rtorrent/Default/description