3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: restic: Update the comment about the bundled dependencies.

* gnu/packages/backup.scm (restic): Update the comment.
This commit is contained in:
Leo Famulari 2018-06-18 12:14:27 -04:00
parent 9f162c0ab4
commit f49d6909e3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View 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