diff options
author | Griffin Smith <root@gws.fyi> | 2019-09-05T20·45-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-09-05T20·45-0400 |
commit | 30c340c902a9bf8ac3ae27a519b29b52cf0487e8 (patch) | |
tree | a2e08f01d665a8d962c73b447784c18705892cf0 /README.org | |
parent | fe52639a3a4e6f97c0a6283e08cf200f97b9831a (diff) |
Update repo owner in all three install instructions
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org index 0300381ba02c..7a5f6d30d7d4 100644 --- a/README.org +++ b/README.org @@ -13,7 +13,7 @@ more of a personal project than a company one) #+BEGIN_SRC emacs-lisp (quelpa '(org-clubhouse :fetcher github - :repo "urbint/org-clubhouse")) + :repo "glittershark/org-clubhouse")) #+END_SRC ** [[https://github.com/hlissner/doom-emacs/][DOOM Emacs]] @@ -22,7 +22,7 @@ more of a personal project than a company one) ;; in packages.el (package! org-clubhouse :recipe (:fetcher github - :repo "urbint/org-clubhouse" + :repo "glittershark/org-clubhouse" :files ("*"))) ;; in config.el @@ -33,7 +33,7 @@ more of a personal project than a company one) #+BEGIN_SRC emacs-lisp ;; in .spacemacs (SPC+fed) dotspacemacs-additional-packages - '((org-clubhouse :location (recipe :fetcher github :repo "urbint/org-clubhouse"))) + '((org-clubhouse :location (recipe :fetcher github :repo "glittershark/org-clubhouse"))) #+END_SRC |