diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:20:04 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-04 21:25:55 -0400 |
commit | 483771f333071f0449bafa19231489bba3700602 (patch) | |
tree | d9f152ddcbf0d9376f8d4ed459e6c08f9dccf9f9 /dev-cpp | |
parent | dev-ruby/hiera: fix,sync and use HTTPS in HOMEPAGE (diff) | |
download | gentoo-483771f333071f0449bafa19231489bba3700602.tar.gz gentoo-483771f333071f0449bafa19231489bba3700602.tar.bz2 gentoo-483771f333071f0449bafa19231489bba3700602.zip |
dev-cpp/cairomm: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8164
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild b/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild index f5493ca50bac..cd7789e4703f 100644 --- a/dev-cpp/cairomm/cairomm-1.12.0-r1.ebuild +++ b/dev-cpp/cairomm/cairomm-1.12.0-r1.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 @@ -7,7 +7,7 @@ GCONF_DEBUG="no" inherit gnome2 multilib-minimal DESCRIPTION="C++ bindings for the Cairo vector graphics library" -HOMEPAGE="http://cairographics.org/cairomm" +HOMEPAGE="https://cairographics.org/cairomm/" LICENSE="LGPL-2+" SLOT="0" |