commit: e96839ad59009a5518fc0056b3dfe510d510c97b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Dec 12 15:06:28 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Dec 12 15:07:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96839ad
app-emacs/cider: add official CIDER website links Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/cider/cider-1.5.0.ebuild | 3 ++- app-emacs/cider/metadata.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emacs/cider/cider-1.5.0.ebuild b/app-emacs/cider/cider-1.5.0.ebuild index 86486ffa8584..262dbe0f6e82 100644 --- a/app-emacs/cider/cider-1.5.0.ebuild +++ b/app-emacs/cider/cider-1.5.0.ebuild @@ -8,7 +8,8 @@ NEED_EMACS=26 inherit elisp optfeature DESCRIPTION="Clojure Interactive Development Environment for GNU Emacs" -HOMEPAGE="https://github.com/clojure-emacs/cider/" +HOMEPAGE="https://cider.mx/ + https://github.com/clojure-emacs/cider/" SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-emacs/cider/metadata.xml b/app-emacs/cider/metadata.xml index acd2ef65fb80..145b00ab92e1 100644 --- a/app-emacs/cider/metadata.xml +++ b/app-emacs/cider/metadata.xml @@ -15,6 +15,7 @@ documentation lookup, running tests and so on. </longdescription> <upstream> + <doc>https://docs.cider.mx/</doc> <bugs-to>https://github.com/clojure-emacs/cider/issues/</bugs-to> <remote-id type="github">clojure-emacs/cider</remote-id> </upstream>
