From ec05f2dcc77d670232ec36fddd0ebcad05a0a0e3 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 5 Nov 2019 18:36:17 -0600 Subject: [PATCH 1/2] rtorrent: adopt --- srcpkgs/rtorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rtorrent/template b/srcpkgs/rtorrent/template index 8e2a50a18cf..927925d6318 100644 --- a/srcpkgs/rtorrent/template +++ b/srcpkgs/rtorrent/template @@ -8,7 +8,7 @@ hostmakedepends="automake libtool pkg-config" makedepends="libcppunit-devel libsigc++-devel libtorrent-devel ncurses-devel xmlrpc-c-devel" short_desc="Ncurses BitTorrent client based on libTorrent" -maintainer="Orphaned " +maintainer="Nathan Owens " license="GPL-2.0-or-later" homepage="https://github.com/rakshasa/rtorrent" distfiles="https://github.com/rakshasa/${pkgname}/archive/v${version}.tar.gz" From 41af80b04bf1fa88b4f77272178f8b6aa55c4efa Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 5 Nov 2019 18:37:42 -0600 Subject: [PATCH 2/2] libtorrent: adopt --- srcpkgs/libtorrent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent/template b/srcpkgs/libtorrent/template index 31245179394..060b071e4cf 100644 --- a/srcpkgs/libtorrent/template +++ b/srcpkgs/libtorrent/template @@ -8,7 +8,7 @@ configure_args="--enable-static --disable-debug --without-kqueue hostmakedepends="automake libtool pkg-config" makedepends="libcppunit-devel libressl-devel zlib-devel" short_desc="BitTorrent library written in C++" -maintainer="Orphaned " +maintainer="Nathan Owens " license="GPL-2.0-or-later" homepage="https://github.com/rakshasa/${pkgname}" distfiles="https://github.com/rakshasa/${pkgname}/archive/v${version}.tar.gz"