diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:47:20 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:47:20 -0800 |
commit | 34af64a8ccbd521038c8dc18cd981d6f59e86e37 (patch) | |
tree | 29bc03d3e0769c8030dc3631130e9cad5b8e5350 | |
parent | df808170987a27e8682f2b6840ecbc94274973c4 (diff) | |
download | guix-34af64a8ccbd521038c8dc18cd981d6f59e86e37.tar.gz |
gnu: emacs-org-contrib: Fix typo.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib)[description]: Fix spelling of "maintenance".
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b305bb5386..7e49fcbf5f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12360,7 +12360,7 @@ programming and reproducible research.") (synopsis "Unmaintained add-ons for Org mode") (description "This package contains add-ons to Org. Be warned that these libraries -receive little if no maintainance and there is no guaranty that they are +receive little if no maintenance and there is no guaranty that they are compatible with the Org stable version.") (license license:gpl3+))) |