diff options
-rw-r--r-- | app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild index 4d7d1760c9a9..5ae75c305754 100644 --- a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild +++ b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit elisp -DESCRIPTION="BibTeX database manager for Emacs" +DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc" HOMEPAGE="https://joostkremers.github.io/pandoc-mode/ https://github.com/joostkremers/pandoc-mode/" SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" + -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64" |