gnu: emacs-sparql-mode: Improve description.

* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Improve description.
This commit is contained in:
Nicolas Goaziou 2020-08-25 09:54:47 +02:00
parent 19b8056c50
commit c8e03dfcd1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7378,13 +7378,14 @@ (define-public emacs-sparql-mode
(sha256
(base32 "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-company" ,emacs-company)))
(propagated-inputs
`(("emacs-company" ,emacs-company)))
(home-page "https://github.com/ljos/sparql-mode")
(synopsis "SPARQL mode for Emacs")
(description "This package provides a major mode for Emacs that provides
syntax highlighting for SPARQL. It also provides a way to execute queries
against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
possible to query other endpoints like DBPedia.")
(description
"This package is a major mode for Emacs that provides syntax highlighting
for SPARQL. It can also execute queries against a SPARQL HTTP endpoint, such
as Fuseki or DBPedia.")
(license license:gpl3+)))
(define-public emacs-better-defaults