diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 18:53:03 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 18:58:26 +1000 |
commit | bab4239c7b5fcc218961677308c4d60d0cab172c (patch) | |
tree | 3a88dfde38c48339a7dbc39fc774366cfb71c047 /x11-misc | |
parent | dev-vcs/hgview: use HTTPS (diff) | |
download | gentoo-bab4239c7b5fcc218961677308c4d60d0cab172c.tar.gz gentoo-bab4239c7b5fcc218961677308c4d60d0cab172c.tar.bz2 gentoo-bab4239c7b5fcc218961677308c4d60d0cab172c.zip |
x11-misc/kaqaz: update HOMEPAGE
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/kaqaz/kaqaz-1.2.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/kaqaz/kaqaz-1.2.0-r2.ebuild b/x11-misc/kaqaz/kaqaz-1.2.0-r2.ebuild index efe2db40817b..97b38180dce6 100644 --- a/x11-misc/kaqaz/kaqaz-1.2.0-r2.ebuild +++ b/x11-misc/kaqaz/kaqaz-1.2.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils qmake-utils DESCRIPTION="Modern note manager" -HOMEPAGE="http://labs.sialan.org/projects/kaqaz" +HOMEPAGE="https://github.com/sialan-labs/kaqaz/" if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/sialan-labs/kaqaz.git" |