From df0de37a6cd039e27433a20195d36d156d363e40 Mon Sep 17 00:00:00 2001
From: Daniel Perez <daniel@perez.sh>
Date: Mon, 17 Jun 2019 14:09:59 +0200
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3c859df..d639e29 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ after the running ssh_agent should do the work for you.
 
 ## Installation
 
-### Using [fundle](https://github.com/tuvistavie/fundle)
+### Using [fundle](https://github.com/danhper/fundle)
 
 Add
 
 ```
-fundle plugin 'tuvistavie/fish-ssh-agent'
+fundle plugin 'danhper/fish-ssh-agent'
 ```
 
 to your `config.fish`, reload your shell and run `fundle install`.
@@ -19,7 +19,7 @@ to your `config.fish`, reload your shell and run `fundle install`.
 ### Using [Fisher](https://github.com/jorgebucaran/fisher)
 
 ```
-fisher add tuvistavie/fish-ssh-agent
+fisher add danhper/fish-ssh-agent
 ```
 
 ### Manually