diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-08-31 12:09:19 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-08-31 12:09:19 +0200 |
commit | 6ce8f86ed8983bf2abd54a27a9d6ce9f3c0aeb58 (patch) | |
tree | 6b860447bc96980f4bce727a89b137cc2d0828ad /x11-misc/xssstate | |
parent | x11-misc/wmname: Switch to HTTPS. (diff) | |
download | gentoo-6ce8f86ed8983bf2abd54a27a9d6ce9f3c0aeb58.tar.gz gentoo-6ce8f86ed8983bf2abd54a27a9d6ce9f3c0aeb58.tar.bz2 gentoo-6ce8f86ed8983bf2abd54a27a9d6ce9f3c0aeb58.zip |
x11-misc/xssstate: Switch to HTTPS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'x11-misc/xssstate')
-rw-r--r-- | x11-misc/xssstate/xssstate-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild b/x11-misc/xssstate/xssstate-1.1.ebuild index e6267b03d3fc..cda0b3adfc2b 100644 --- a/x11-misc/xssstate/xssstate-1.1.ebuild +++ b/x11-misc/xssstate/xssstate-1.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A simple tool to retrieve the X screensaver state" -HOMEPAGE="http://tools.suckless.org/x/xssstate" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/x/xssstate" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" |