commit: 4accdd52cbc2bbbeed3a5d08015ed53d20a25040 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 4 16:01:16 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Feb 5 23:58:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4accdd52
app-emacs/circe: use HTTPS, fix HOMEPAGE app-emacs/circe/circe-1.3.ebuild | 4 ++-- app-emacs/circe/circe-2.7.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/circe/circe-1.3.ebuild b/app-emacs/circe/circe-1.3.ebuild index f9056ffa00e..cc6e6d9515d 100644 --- a/app-emacs/circe/circe-1.3.ebuild +++ b/app-emacs/circe/circe-1.3.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit elisp DESCRIPTION="A great IRC client for Emacs" -HOMEPAGE="http://www.jorgenschaefer.de/software/circe/ - http://www.emacswiki.org/emacs/Circe" +HOMEPAGE="https://github.com/jorgenschaefer/circe + https://www.emacswiki.org/emacs/Circe" SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/${P}.tar.gz" LICENSE="GPL-3+" diff --git a/app-emacs/circe/circe-2.7.ebuild b/app-emacs/circe/circe-2.7.ebuild index 447bd4da3a0..8367f297cab 100644 --- a/app-emacs/circe/circe-2.7.ebuild +++ b/app-emacs/circe/circe-2.7.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="A great IRC client for Emacs" HOMEPAGE="https://github.com/jorgenschaefer/circe - http://www.emacswiki.org/emacs/Circe" + https://www.emacswiki.org/emacs/Circe" SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+"
