efraim pushed a commit to branch master
in repository guix.

commit 23b216f12246acc5243f8cdc237a06fe759b598d
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Oct 17 21:44:36 2021 +0300

    gnu: duplicity: Update home-page.
    
    * gnu/packages/backup.scm (duplicity)[home-page]: Update to new upstream
    URI.
---
 gnu/packages/backup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index d1e8bc2..ec31b0a 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -150,7 +150,7 @@
              ;; defaults don't match up, breaking test_restart.  Fix it.
              (setenv "TMPDIR" "/tmp")
              #t)))))
-    (home-page "http://duplicity.nongnu.org/index.html";)
+    (home-page "https://duplicity.gitlab.io/duplicity-web/";)
     (synopsis "Encrypted backup using rsync algorithm")
     (description
      "Duplicity backs up directories by producing encrypted tar-format volumes

Reply via email to