diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-07-05 11:30:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-07-05 11:30:58 -0400 |
commit | 72d86f3edc73288031451089d237177372669f6f (patch) | |
tree | a665a7da6813d9d4821157bb662dc16d9faa0ab2 /doc/design/assistant | |
parent | 182b47d902ead0e3a8acd9f9b7a6201102444bf7 (diff) |
New url for git-remote-gcrypt, now maintained by spwhitton.
Diffstat (limited to 'doc/design/assistant')
-rw-r--r-- | doc/design/assistant/cloud.mdwn | 2 | ||||
-rw-r--r-- | doc/design/assistant/encrypted_git_remotes.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/cloud.mdwn b/doc/design/assistant/cloud.mdwn index aa0eba382..f0452df2a 100644 --- a/doc/design/assistant/cloud.mdwn +++ b/doc/design/assistant/cloud.mdwn @@ -41,5 +41,5 @@ Another option is to not store the git repo in the cloud, but push/pull peer-to-peer. When peers cannot directly talk to one-another, this could be bounced through something like XMPP. This is **done** for [[xmpp]]! -Another option: Use <https://github.com/blake2-ppc/git-remote-gcrypt> to store +Another option: Use <https://spwhitton.name/tech/code/git-remote-gcrypt/> to store git repo encrypted on cloud storage. diff --git a/doc/design/assistant/encrypted_git_remotes.mdwn b/doc/design/assistant/encrypted_git_remotes.mdwn index 7d210a292..b7e817cff 100644 --- a/doc/design/assistant/encrypted_git_remotes.mdwn +++ b/doc/design/assistant/encrypted_git_remotes.mdwn @@ -1,5 +1,5 @@ Encrypted git remotes are now possible -using [git-remote-gcrypt](https://github.com/joeyh/git-remote-gcrypt). +using [git-remote-gcrypt](https://spwhitton.name/tech/code/git-remote-gcrypt/). There are at least two use cases for this in the assistant: |