diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 18:27:53 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 18:27:53 +0200 |
commit | 0c5f87ff251b8ca1e8625c477da7172883d761b2 (patch) | |
tree | 8fc9af5264d333b30ceace7c89e3ba16e32ca671 | |
parent | dev-lisp/cl-irc: Remove old (diff) | |
download | lisp-0c5f87ff251b8ca1e8625c477da7172883d761b2.tar.gz lisp-0c5f87ff251b8ca1e8625c477da7172883d761b2.tar.bz2 lisp-0c5f87ff251b8ca1e8625c477da7172883d761b2.zip |
dev-lisp/cl-irc: Update HOMEPAGE and SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/cl-irc/cl-irc-0.9.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild index 4e406261..410712ab 100644 --- a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild +++ b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,13 +6,12 @@ EAPI=6 inherit common-lisp-3 DESCRIPTION="A Common Lisp IRC client library" -HOMEPAGE="http://common-lisp.net/project/cl-irc/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" +HOMEPAGE="https://cl-irc.common-lisp.dev/" +SRC_URI="https://cl-irc.common-lisp.dev/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" RDEPEND="dev-lisp/split-sequence dev-lisp/usocket |