diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-12 09:18:18 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-12 09:18:18 +0200 |
commit | cd96daf4665c50b2c81ed628169c06738cf443c3 (patch) | |
tree | ca8334c3a79af0faabd01138bc67e2188eba5d73 /app-admin/keepassxc/keepassxc-9999.ebuild | |
parent | package.mask: Masked app-admin/keepassx for removal. (diff) | |
download | gentoo-cd96daf4665c50b2c81ed628169c06738cf443c3.tar.gz gentoo-cd96daf4665c50b2c81ed628169c06738cf443c3.tar.bz2 gentoo-cd96daf4665c50b2c81ed628169c06738cf443c3.zip |
app-admin/keepassxc: Fixed HOMEPAGE (bug #620968).
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'app-admin/keepassxc/keepassxc-9999.ebuild')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 00fb3e294475..44773623ac03 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -9,7 +9,7 @@ inherit cmake-utils ${SCM} unset SCM DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" -HOMEPAGE="https://github.com/keepassxreboot/keepassxc" +HOMEPAGE="https://keepassxc.org" if [[ "${PV}" != 9999 ]] ; then SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> ${P}.tar.gz" |