aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarloLuiten <github@karloluiten.nl>2018-04-23 12:07:00 +0000
committerKarloLuiten <github@karloluiten.nl>2018-04-23 12:07:00 +0000
commitd31c30ff7411453adaf18dda9c028bcf87c405e2 (patch)
tree972af60b8fa57dda01bc9fe15385bcc8bc2f8d72
parentMerge pull request #1345 from EliotBerriot/EliotBerriot-funkwhale (diff)
downloadawesome-selfhosted-d31c30ff7411453adaf18dda9c028bcf87c405e2.tar.gz
awesome-selfhosted-d31c30ff7411453adaf18dda9c028bcf87c405e2.zip
Fix git-annex url
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b114c86..a725883b 100644
--- a/README.md
+++ b/README.md
@@ -639,7 +639,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems
#### File transfer/synchronization
-- [Git Annex](http://git-annex.branchable.com) - File synchronization between computers, servers, external drives. ([Source Code](https://github.com/joeyh/git-annex)) `GPL-3.0` `Haskell`
+- [Git Annex](https://git.joeyh.name/git/git-annex.git/) - File synchronization between computers, servers, external drives. ([Source Code](https://github.com/joeyh/git-annex)) `GPL-3.0` `Haskell`
- [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache-2.0` `Python`
- [Nextcloud](https://nextcloud.com/) - Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms. ([Demo](https://demo.nextcloud.com/), [Source Code](https://github.com/nextcloud/server)) `AGPL-3.0` `PHP`
- [OpenSSH/SFTP](http://www.openssh.com/) - Secure File Transfer Program. ([Source Code](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh)) `BSD` `C`