summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-03-13 14:26:22 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-03-13 14:26:22 +0200
commit10b99ddf4596a033eaf348dddf519639e029f9d1 (patch)
tree486a99e6f2ac9b1ed153889d2c31bb583da3e47f /gnu/packages/web.scm
parente80d1c1992fb60c492520d61f3a3d1fef65cfdf2 (diff)
downloadguix-patches-10b99ddf4596a033eaf348dddf519639e029f9d1.tar
guix-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/web.scm')
-rw-r--r--gnu/packages/web.scm4
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)))