diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-30 23:01:12 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-04-02 19:50:34 +0200 |
commit | 9aa791bf020629c47a408d61557be968a15e67ca (patch) | |
tree | 5a526db7b26e2cd23610bac69eedde1a04b6049c /app-admin/packagekit/packagekit-1.1.4.ebuild | |
parent | app-admin/packagekit-qt: fix HOMEPAGE, use HTTPS (diff) | |
download | gentoo-9aa791bf020629c47a408d61557be968a15e67ca.tar.gz gentoo-9aa791bf020629c47a408d61557be968a15e67ca.tar.bz2 gentoo-9aa791bf020629c47a408d61557be968a15e67ca.zip |
app-admin/packagekit: fix HOMEPAGE, use HTTPS
Diffstat (limited to 'app-admin/packagekit/packagekit-1.1.4.ebuild')
-rw-r--r-- | app-admin/packagekit/packagekit-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/packagekit/packagekit-1.1.4.ebuild b/app-admin/packagekit/packagekit-1.1.4.ebuild index e0cba926c351..7b3d8c9972a8 100644 --- a/app-admin/packagekit/packagekit-1.1.4.ebuild +++ b/app-admin/packagekit/packagekit-1.1.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="PackageKit Package Manager interface (meta package)" -HOMEPAGE="http://www.packagekit.org/" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" SRC_URI="" LICENSE="metapackage" |