commit: d9f250ffed11af0e101653fdf0297ca29309c5c3 Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Thu Jun 14 18:18:04 2018 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Thu Jun 14 18:19:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f250ff
dev-libs/libcharon: Fix obviously wrong HOMEPAGE Fix obviously wrong HOMEPAGE Closes: https://bugs.gentoo.org/658114 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libcharon/libcharon-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcharon/libcharon-3.3.0.ebuild b/dev-libs/libcharon/libcharon-3.3.0.ebuild index 0861ece8ffa..c2de02822b8 100644 --- a/dev-libs/libcharon/libcharon-3.3.0.ebuild +++ b/dev-libs/libcharon/libcharon-3.3.0.ebuild @@ -9,7 +9,7 @@ inherit cmake-utils python-single-r1 MY_PN="libCharon" DESCRIPTION="This library facilitates communication between Cura and its backend" -HOMEPAGE="https://github.com/Ultimaker/liblibCharon" +HOMEPAGE="https://github.com/Ultimaker/libCharon" SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3"
