diff options
Diffstat (limited to 'dev-lisp/cl-irc')
-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 |