diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-12-22 17:55:39 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-12-22 18:01:24 +0300 |
commit | 6247431b704513e715080ff7daf06da79617f4a0 (patch) | |
tree | 7ca971937a38f1220c24671b446225ffe645e833 /gnu/packages/entr.scm | |
parent | 25ec3684e3529fae290d389ba11755c7e7c016ea (diff) | |
download | patches-6247431b704513e715080ff7daf06da79617f4a0.tar patches-6247431b704513e715080ff7daf06da79617f4a0.tar.gz |
gnu: entr: Fix typo in description.
* gnu/packages/entr.scm (entr)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/entr.scm')
-rw-r--r-- | gnu/packages/entr.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/entr.scm b/gnu/packages/entr.scm index dfa9274bea..11d28e60f7 100644 --- a/gnu/packages/entr.scm +++ b/gnu/packages/entr.scm @@ -56,7 +56,7 @@ (home-page "http://entrproject.org/") (synopsis "Run arbitrary commands when files change") (description - "entr is a zero-configuration tool with no external build- or run-time + "entr is a zero-configuration tool with no external build or run-time dependencies. The interface to entr is not only minimal, it aims to be simple enough to create a new category of ad hoc automation. These micro-tests reduce keystrokes, but more importantly they emphasize the utility of |