diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-25 20:59:07 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-25 20:59:07 +0100 |
commit | 4e47411b99c03a38bba55dbf1e38c6dfe6143a20 (patch) | |
tree | c053a47a2643a3a897b55b854b41c171ffff808b | |
parent | app-admin/emacs-updater: Sync from gentoo repository (diff) | |
download | emacs-4e47411b99c03a38bba55dbf1e38c6dfe6143a20.tar.gz emacs-4e47411b99c03a38bba55dbf1e38c6dfe6143a20.tar.bz2 emacs-4e47411b99c03a38bba55dbf1e38c6dfe6143a20.zip |
app-doc/elisp-tutorial: Update HOMEPAGE
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild index 478dd8e..48535d1 100644 --- a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild +++ b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit readme.gentoo-r1 DESCRIPTION="A simple Emacs Lisp tutorial" -HOMEPAGE="http://www.gnuvola.org/software/elisp-tutorial/" -# taken from: http://www.gnuvola.org/software/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.gnuvola.org/software/elisp-tutorial/" +# taken from: https://www.gnuvola.org/software/${PN}/${P}.tar.gz" SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz" LICENSE="GPL-3+" |