mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-wm/echinus: use HTTPS for HOMEPAGE and SRC_URI
Signed-off-by: Francesco Turco <fturco@fastmail.fm> Closes: https://github.com/gentoo/gentoo/pull/10419 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
792c7e8d61
commit
ab0ea4c129
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
@@ -6,8 +6,8 @@ EAPI=4
|
||||
inherit eutils toolchain-funcs multilib
|
||||
|
||||
DESCRIPTION="A window manager for X in the spirit of dwm"
|
||||
HOMEPAGE="http://plhk.ru/echinus"
|
||||
SRC_URI="http://plhk.ru/static/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://plhk.ru/"
|
||||
SRC_URI="https://plhk.ru/static/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user