gnu: python-dirsync: Update home page.

* gnu/packages/python-xyz.scm (python-dirsync)[home-page]: Follow redirect.
This commit is contained in:
Marius Bakke 2020-09-28 01:33:15 +02:00
parent 97046522fe
commit 4cd612f55b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -15415,7 +15415,7 @@ (define-public python-dirsync
(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)))