me
/
guix
Archived
1
0
Fork 0

gnu: emacs-elixir-mode: Fix capitalization in description.

* gnu/packages/emacs-xyz.scm (emacs-elixir-mode)[description]: Downcase
incorrectly capitalized word.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Kyle Meyer 2020-02-22 16:48:02 -05:00 committed by Marius Bakke
parent 5041cc28cb
commit 66ed570a05
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -20371,7 +20371,7 @@ color. Designed for 256-color terminals. Comes in light and dark!")
"https://github.com/elixir-editors/emacs-elixir")
(synopsis "Major mode for editing Elixir files")
(description
"Elixir-Mode Provides font-locking, indentation and navigation support
"Elixir-Mode provides font-locking, indentation and navigation support
for the Elixir programming language.")
(license license:gpl3+)))