diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-03-13 14:26:22 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-03-13 14:26:22 +0200 |
commit | 10b99ddf4596a033eaf348dddf519639e029f9d1 (patch) | |
tree | 486a99e6f2ac9b1ed153889d2c31bb583da3e47f /gnu/packages | |
parent | e80d1c1992fb60c492520d61f3a3d1fef65cfdf2 (diff) | |
download | patches-10b99ddf4596a033eaf348dddf519639e029f9d1.tar patches-10b99ddf4596a033eaf348dddf519639e029f9d1.tar.gz |
gnu: cadaver: Satisfy 'guix lint'.
* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect.
[description]: Always use two spaces.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 8867a48849..3d6f2d5dcf 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6087,10 +6087,10 @@ file links.") (inputs `(("expat" ,expat) ("openssl" ,openssl))) - (home-page "http://www.webdav.org/cadaver") + (home-page "http://www.webdav.org/cadaver/") (synopsis "Command-line WebDAV client") (description - "Cadaver is a command-line WebDAV client for Unix. It supports + "Cadaver is a command-line WebDAV client for Unix. It supports file upload, download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.") (license license:gpl2))) |