diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-12 13:21:22 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-12 20:52:02 +0300 |
commit | 344d81f35d124e7540804ac75125395f6c334a27 (patch) | |
tree | 208454e416ae943f8df68fafc30b43f8fa54a95e /gnu | |
parent | 371aa5777a3805a3886f3feea5f1960fe3fe4219 (diff) | |
download | guix-344d81f35d124e7540804ac75125395f6c334a27.tar.gz guix-344d81f35d124e7540804ac75125395f6c334a27.zip |
gnu: dbxfs: Update home-page.
* gnu/packages/file-systems.scm (dbxfs)[home-page]: Update to new
upstream homepage.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 62a568ad4a..f195dc2f62 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1550,7 +1550,7 @@ Dropbox API v2.") ("python-keyrings.alt" ,python-keyrings.alt) ("python-privy" ,python-privy) ("python-userspacefs" ,python-userspacefs))) - (home-page "https://github.com/rianhunter/dbxfs") + (home-page "https://thelig.ht/code/dbxfs/") (synopsis "User-space file system for Dropbox") (description "@code{dbxfs} allows you to mount your Dropbox folder as if it were a |