diff options
author | Yuchen Pei <id@ypei.org> | 2023-06-17 17:07:00 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-06-17 17:07:00 +1000 |
commit | abc686827ae38ee715d9eed1c5c29161c74127e6 (patch) | |
tree | c4b4fcdf344310f48a6eba6c019376ec75e6f9c0 /.gitmodules | |
parent | a9627518a51f5dc536fa22629a2da680dbc052d1 (diff) |
fixing hnreader.
- Use upstream url for submodule.
- Move my change into overrides
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 758406e..d5a9934 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,7 +57,7 @@ url = https://github.com/chuntaro/emacs-promise [submodule ".emacs.d/lisp/emacs-hnreader"] path = .emacs.d/lisp/emacs-hnreader - url = https://g.ypei.me/emacs-hnreader.git + url = https://github.com/thanhvg/emacs-hnreader [submodule ".emacs.d/lisp/emacs-crystal-mode"] path = .emacs.d/lisp/emacs-crystal-mode url = https://github.com/crystal-lang-tools/emacs-crystal-mode |