diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-21 21:41:35 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-21 21:47:30 -0400 |
commit | 04a02901c5b67d654b8e08ab81474a8506ec523f (patch) | |
tree | 1be2523ddfc47ec2f4a8cebcca122c1b30afa9f0 /x11-themes/mate-themes | |
parent | mate-base/mate-session-manager: use HTTPS (diff) | |
download | gentoo-04a02901c5b67d654b8e08ab81474a8506ec523f.tar.gz gentoo-04a02901c5b67d654b8e08ab81474a8506ec523f.tar.bz2 gentoo-04a02901c5b67d654b8e08ab81474a8506ec523f.zip |
x11-themes/mate-themes: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-themes/mate-themes')
-rw-r--r-- | x11-themes/mate-themes/mate-themes-3.22.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild index c8c40fc65462..f88a2fd4a654 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild @@ -7,9 +7,9 @@ inherit autotools xdg MATE_GTK_V="$(ver_cut 1-2)" -HOMEPAGE="http://mate-desktop.org" +HOMEPAGE="https://mate-desktop.org" DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" -SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" +SRC_URI="https://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" LICENSE="LGPL-2.1 GPL-3" SLOT="0/${MATE_GTK_V}" |