diff options
author | 2018-03-31 09:34:35 +0200 | |
---|---|---|
committer | 2018-04-05 11:16:11 -0400 | |
commit | 1795018209989de008406a3511197b032f6b9566 (patch) | |
tree | c6b4c397e2ff0a26f505e64e8fbfc41ded259dd6 /dev-db/apgdiff/apgdiff-2.4.ebuild | |
parent | app-text/pdftk: use HTTPS (diff) | |
download | gentoo-1795018209989de008406a3511197b032f6b9566.tar.gz gentoo-1795018209989de008406a3511197b032f6b9566.tar.bz2 gentoo-1795018209989de008406a3511197b032f6b9566.zip |
dev-db/apgdiff: use HTTPS
Diffstat (limited to 'dev-db/apgdiff/apgdiff-2.4.ebuild')
-rw-r--r-- | dev-db/apgdiff/apgdiff-2.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/apgdiff/apgdiff-2.4.ebuild b/dev-db/apgdiff/apgdiff-2.4.ebuild index 8399cc340de1..fd930739b116 100644 --- a/dev-db/apgdiff/apgdiff-2.4.ebuild +++ b/dev-db/apgdiff/apgdiff-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="A simple PostgreSQL diff tool that is useful for schema upgrades" -HOMEPAGE="http://apgdiff.com" -SRC_URI="http://apgdiff.com/download/${P}-src.zip" +HOMEPAGE="https://apgdiff.com" +SRC_URI="https://apgdiff.com/download/${P}-src.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" |