diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-30 22:59:20 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-04-02 19:50:30 +0200 |
commit | 567ac455149c45b20c1672c03dfa9c04b0b0a323 (patch) | |
tree | 6f936ef78a83abbbd10843215b11c2bc497a0a08 /app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild | |
parent | dev-cpp/gtkmm: remove emul-linux-x86 references (diff) | |
download | gentoo-567ac455149c45b20c1672c03dfa9c04b0b0a323.tar.gz gentoo-567ac455149c45b20c1672c03dfa9c04b0b0a323.tar.bz2 gentoo-567ac455149c45b20c1672c03dfa9c04b0b0a323.zip |
app-admin/packagekit-base: fix HOMEPAGE, use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7727
Diffstat (limited to 'app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild')
-rw-r--r-- | app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild index 4894b565df05..da72d9cbd456 100644 --- a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild +++ b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.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="6" @@ -14,7 +14,7 @@ MY_PN="PackageKit" MY_P=${MY_PN}-${PV} DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API" -HOMEPAGE="http://www.packagekit.org/" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz" LICENSE="GPL-2" |