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/go-fuse-0_p20150422.ebuild | |
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/go-fuse-0_p20150422.ebuild')
-rw-r--r-- | dev-libs/go-fuse/go-fuse-0_p20150422.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |