gnu: restic: Update the comment about the bundled dependencies.
authorLeo Famulari <leo@famulari.name>
Mon, 18 Jun 2018 16:14:27 +0000 (12:14 -0400)
committerLeo Famulari <leo@famulari.name>
Mon, 18 Jun 2018 16:15:27 +0000 (12:15 -0400)
* gnu/packages/backup.scm (restic): Update the comment.

gnu/packages/backup.scm

index 85764b0..9ef0ee7 100644 (file)
@@ -826,10 +826,12 @@ is like a time machine for your data. ")
     (license (license:fsf-free "file://COPYING"
                                "Open Software License 2.0"))))
 
-(define-public restic ; bundled / vendored dependencies
+(define-public restic
   (package
     (name "restic")
     (version "0.9.1")
+    ;; TODO Try packaging the bundled / vendored dependencies in the 'vendor/'
+    ;; directory.
     (source (origin
               (method url-fetch)
               (uri (string-append