diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:51:53 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:51:53 +0100 |
commit | 42a3bb6ab65b92f9012c4af58c6ee86363981172 (patch) | |
tree | 895b82dae633deed3ff64d376620d5ffe9501df8 /dev-libs/go-fuse | |
parent | dev-java/objenesis: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-42a3bb6ab65b92f9012c4af58c6ee86363981172.tar.gz gentoo-42a3bb6ab65b92f9012c4af58c6ee86363981172.tar.bz2 gentoo-42a3bb6ab65b92f9012c4af58c6ee86363981172.zip |
dev-libs/go-fuse: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/go-fuse')
-rw-r--r-- | dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/go-fuse/go-fuse-0_p20150422.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild b/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild index b697e9c46d3b..b73da8e807fb 100644 --- a/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild +++ b/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild @@ -8,7 +8,7 @@ inherit eutils GO_PN=github.com/hanwen/${PN} EGIT_COMMIT="8c85ded140ac1889372a0e22d8d21e3d10a303bd" -HOMEPAGE="https://${GO_PN}" +HOMEPAGE="https://github.com/hanwen/go-fuse" DESCRIPTION="FUSE bindings for Go" SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild b/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild index 894c8c631d8b..f2386f6a8c31 100644 --- a/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild +++ b/dev-libs/go-fuse/go-fuse-0_p20150422.ebuild @@ -8,7 +8,7 @@ inherit eutils GO_PN=github.com/hanwen/${PN} EGIT_COMMIT="ffed29ec8b88f61c1b8954134cc48ef03bb26ce1" -HOMEPAGE="https://${GO_PN}" +HOMEPAGE="https://github.com/hanwen/go-fuse" DESCRIPTION="FUSE bindings for Go" SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" |