diff options
author | Jonas Stein <jstein@gentoo.org> | 2018-06-14 20:18:04 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-06-14 20:19:26 +0200 |
commit | d9f250ffed11af0e101653fdf0297ca29309c5c3 (patch) | |
tree | 532cbc7f7b3f3474a72e62a9990ced524b239ed6 /dev-libs/libcharon | |
parent | app-backup/borgbackup: version bump to 1.1.6 (diff) | |
download | gentoo-d9f250ffed11af0e101653fdf0297ca29309c5c3.tar.gz gentoo-d9f250ffed11af0e101653fdf0297ca29309c5c3.tar.bz2 gentoo-d9f250ffed11af0e101653fdf0297ca29309c5c3.zip |
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
Diffstat (limited to 'dev-libs/libcharon')
-rw-r--r-- | dev-libs/libcharon/libcharon-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libcharon/libcharon-3.3.0.ebuild b/dev-libs/libcharon/libcharon-3.3.0.ebuild index 0861ece8ffa0..c2de02822b82 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" |