diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-smtp/cl-smtp-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild index 422d27b2..36c8e471 100644 --- a/dev-lisp/cl-smtp/cl-smtp-9999.ebuild +++ b/dev-lisp/cl-smtp/cl-smtp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,14 +6,12 @@ EAPI=6 inherit common-lisp-3 git-r3 DESCRIPTION="A Common Lisp client library for the SMTP network protocol." -HOMEPAGE="http://common-lisp.net/project/cl-smtp/ - http://www.cliki.net/CL-SMTP" +HOMEPAGE="https://cl-smtp.common-lisp.dev/ + https://www.cliki.net/CL-SMTP" EGIT_REPO_URI="https://gitlab.common-lisp.net/cl-smtp/cl-smtp" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" RDEPEND="dev-lisp/cl-base64 dev-lisp/usocket |