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
@@ -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: @@ -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: ;; |
