Update repo owner in all three install instructions

This commit is contained in:
Griffin Smith 2019-09-05 16:45:44 -04:00
parent fe52639a3a
commit 30c340c902

View file

@ -13,7 +13,7 @@ more of a personal project than a company one)
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(quelpa '(org-clubhouse (quelpa '(org-clubhouse
:fetcher github :fetcher github
:repo "urbint/org-clubhouse")) :repo "glittershark/org-clubhouse"))
#+END_SRC #+END_SRC
** [[https://github.com/hlissner/doom-emacs/][DOOM Emacs]] ** [[https://github.com/hlissner/doom-emacs/][DOOM Emacs]]
@ -22,7 +22,7 @@ more of a personal project than a company one)
;; in packages.el ;; in packages.el
(package! org-clubhouse (package! org-clubhouse
:recipe (:fetcher github :recipe (:fetcher github
:repo "urbint/org-clubhouse" :repo "glittershark/org-clubhouse"
:files ("*"))) :files ("*")))
;; in config.el ;; in config.el
@ -33,7 +33,7 @@ more of a personal project than a company one)
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; in .spacemacs (SPC+fed) ;; in .spacemacs (SPC+fed)
dotspacemacs-additional-packages 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 #+END_SRC