summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfc9c1a..4582e0f 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ $(INTO)/.% : %
 	$(LN) $(PWD)/$< $@
 
 $(HOME)/.ssh/authorized_keys:
-	@curl https://github.com/franckcuny.keys -o $(HOME)/.ssh/authorized_keys
+	@curl https://github.com/fcuny.keys -o $(HOME)/.ssh/authorized_keys
 
 $(HOME)/src:
 	@mkdir -p $(HOME)/src