summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-09-28 01:33:15 +0200
committerMarius Bakke <marius@gnu.org>2020-10-10 23:39:16 +0200
commit4cd612f55b61ff028fedc200acd13a6dd7d5053e (patch)
tree49dabfa48aee9fbe22f943e3e5857d749d617c87 /gnu/packages/python-xyz.scm
parent97046522fefc9e7c49f58e517d5304353ce57bd4 (diff)
downloadguix-patches-4cd612f55b61ff028fedc200acd13a6dd7d5053e.tar
guix-patches-4cd612f55b61ff028fedc200acd13a6dd7d5053e.tar.gz
gnu: python-dirsync: Update home page.
* gnu/packages/python-xyz.scm (python-dirsync)[home-page]: Follow redirect.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6818b418fa..56c7bb84ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15415,7 +15415,7 @@ perform the operations required for synchronizing plain text.")
(build-system python-build-system)
(propagated-inputs
`(("six" ,python-six)))
- (home-page "https://bitbucket.org/tkhyn/dirsync")
+ (home-page "https://github.com/tkhyn/dirsync")
(synopsis "Advanced directory tree synchronisation tool")
(description "Advanced directory tree synchronisation tool.")
(license license:expat)))