diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2024-11-03 15:53:02 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2024-11-03 16:05:05 -0800 |
commit | 547d97180471e90e404a948015f65431961aa273 (patch) | |
tree | aabcea2a6b02d286470e9c8970c12e8751b54c85 /gnu | |
parent | 24fc92e049d803664a2a41a68cad83404d1de6da (diff) | |
download | guix-547d97180471e90e404a948015f65431961aa273.tar guix-547d97180471e90e404a948015f65431961aa273.tar.gz |
gnu: emacs-chruby-el, emacs-kubed: Fix typos in description.
* gnu/packages/emacs-xyz.scm (emacs-chruby-el)[description]: Fix typo.
(emacs-kubed)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 488b4cb5d7..4f6530c3be 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7766,7 +7766,7 @@ appropriate console.") (build-system emacs-build-system) (home-page "https://github.com/plexus/chruby.el") (synopsis "Emacs support for the Chruby version switcher for Ruby") - (description "This packages lets you switch Ruby versions using chruby.") + (description "This package lets you switch Ruby versions using chruby.") (license license:gpl3+)))) ;; Package has no release. Version is extracted from "Version:" keyword in @@ -32031,7 +32031,7 @@ constant expressions.") "1nfrdlz0n6kajlzb8vncnhj1z6lxnvpf01x95hjnxyvmps97hs0w")))) (build-system emacs-build-system) (synopsis "Kubernetes control") - (description "This packages provides a Kubernetes control interface + (description "This package provides a Kubernetes control interface within emacs.") (home-page "https://eshelyaron.com/man/kubed/") (license license:gpl3+))) |