commit: bd270bbee80ba36b8e0c1860ad50d7ed27fb10de Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 23 12:07:09 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 23 12:07:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd270bbe
app-misc/rtlamr: Fix typo in HOMEPAGE Thanks to Ryder FitzGerald for reporting! Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/rtlamr/rtlamr-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/rtlamr/rtlamr-0.9.1.ebuild b/app-misc/rtlamr/rtlamr-0.9.1.ebuild index 3ab268bade8..79ac536bfed 100644 --- a/app-misc/rtlamr/rtlamr-0.9.1.ebuild +++ b/app-misc/rtlamr/rtlamr-0.9.1.ebuild @@ -6,7 +6,7 @@ EGO_PN=github.com/bemasher/rtlamr inherit golang-build golang-vcs-snapshot DESCRIPTION="software defined radio receiver for utility smart meters" -HOMEPAGE="https://github.com/demasher/rtlamr" +HOMEPAGE="https://github.com/bemasher/rtlamr" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3"
