mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: clojure-tools-gitlibs: Fix spelling.
* gnu/packages/clojure.scm (clojure-tools-gitlibs)[synopsis]: Fix spelling of "programmatically".
This commit is contained in:
parent
056935506b
commit
b4882ff752
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ dependency graph expansion and the creation of classpaths.")
|
||||||
#:doc-dirs '()
|
#:doc-dirs '()
|
||||||
;; Tests attempt to clone git repositories from the internet.
|
;; Tests attempt to clone git repositories from the internet.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(synopsis "Retrieve, cache, and programatically access git libraries")
|
(synopsis "Retrieve, cache, and programmatically access git libraries")
|
||||||
(description "To access git dependencies (for example, via
|
(description "To access git dependencies (for example, via
|
||||||
@code{tools.deps}), one must download git directories and working trees as
|
@code{tools.deps}), one must download git directories and working trees as
|
||||||
indicated by git SHAs. This library provides this functionality and also
|
indicated by git SHAs. This library provides this functionality and also
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue