app-misc/rtlamr: Fix typo in HOMEPAGE
authorMichał Górny <mgorny@gentoo.org>
Tue, 23 Jul 2019 12:07:09 +0000 (14:07 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 23 Jul 2019 12:07:29 +0000 (14:07 +0200)
Thanks to Ryder FitzGerald for reporting!

Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/rtlamr/rtlamr-0.9.1.ebuild

index 3ab268bade89090fbc4d4a1851e879736da3f7f6..79ac536bfedcea362eeac1d6e79cde1487520f4d 100644 (file)
@@ -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"