aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-05-07 16:32:49 +0000
committerGitHub <noreply@github.com>2018-05-07 16:32:49 +0000
commit4e73809e1a881ab4cc0f653695c0b7c08e4768e7 (patch)
tree76a9b1dbc8eedc737485ab680f215719686b62a3
parentMerge pull request #1372 from garno/add-accent (diff)
parentFix git-annex url (diff)
downloadawesome-selfhosted-4e73809e1a881ab4cc0f653695c0b7c08e4768e7.tar.gz
awesome-selfhosted-4e73809e1a881ab4cc0f653695c0b7c08e4768e7.zip
Merge pull request #1374 from karloluiten/master
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 192de619..afec9f99 100644
--- a/README.md
+++ b/README.md
@@ -642,7 +642,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`