diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-04 17:01:16 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-02-06 00:58:57 +0100 |
commit | 4accdd52cbc2bbbeed3a5d08015ed53d20a25040 (patch) | |
tree | 1dddcd8471271fa7d84fac3e1c29cf69d34eeacd /app-emacs/circe | |
parent | app-emacs/chess: use HTTPS (diff) | |
download | gentoo-4accdd52cbc2bbbeed3a5d08015ed53d20a25040.tar.gz gentoo-4accdd52cbc2bbbeed3a5d08015ed53d20a25040.tar.bz2 gentoo-4accdd52cbc2bbbeed3a5d08015ed53d20a25040.zip |
app-emacs/circe: use HTTPS, fix HOMEPAGE
Diffstat (limited to 'app-emacs/circe')
-rw-r--r-- | app-emacs/circe/circe-1.3.ebuild | 4 | ||||
-rw-r--r-- | 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 f9056ffa00e3..cc6e6d9515dc 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 447bd4da3a03..8367f297cab8 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+" |