From 4cd612f55b61ff028fedc200acd13a6dd7d5053e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 28 Sep 2020 01:33:15 +0200 Subject: [PATCH] gnu: python-dirsync: Update home page. * gnu/packages/python-xyz.scm (python-dirsync)[home-page]: Follow redirect. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))