diff options
author | franck cuny <franck.cuny@gmail.com> | 2019-02-16 18:07:54 -0800 |
---|---|---|
committer | franck cuny <franck.cuny@gmail.com> | 2019-02-16 18:08:44 -0800 |
commit | 27ead3a93af6b590ab0a5760f37e3cf38608a6c2 (patch) | |
tree | 807e1c367db784070798789f1d86c528904f05ac | |
parent | Do not delete the window after successful command. (diff) | |
download | pants.el-27ead3a93af6b590ab0a5760f37e3cf38608a6c2.tar.gz |
Fix the URL to the repository.
-rw-r--r-- | README.org | 2 | ||||
-rw-r--r-- | pants.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org index 86cd305..0a66dd9 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ This library provides an interface to [[http://www.pantsbuild.org/][pants]], a f Get a copy of the repository: #+BEGIN_SRC sh - git clone git@github.com:franckcuny/pants.el.git + git clone git@github.com:fcuny/pants.el.git #+END_SRC Then update your Emacs configuration: diff --git a/pants.el b/pants.el index e5e9cda..4302d6b 100644 --- a/pants.el +++ b/pants.el @@ -3,7 +3,7 @@ ;; Copyright © 2016 Franck Cuny <franck.cuny@gmail.com> ;; Author: Franck Cuny <franck.cuny@gmail.com> -;; URL: https://github.com/franckcuny/pants.el +;; URL: https://github.com/fcuny/pants.el ;;; Commentary: ;; |