mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 19:19:51 +00:00
Fix URLs for git modes
I moved gitconfig-mode and git-commit-mode into a single "git-modes" repository.
This commit is contained in:
parent
fc91322908
commit
9066e7b110
2 changed files with 6 additions and 2 deletions
|
@ -1 +1,3 @@
|
||||||
(git-commit-mode :repo "lunaryorn/git-commit-mode" :fetcher github)
|
(git-commit-mode :repo "lunaryorn/git-commit-mode"
|
||||||
|
:fetcher github
|
||||||
|
:files ("git-commit-mode.el"))
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
(gitconfig-mode :repo "lunaryorn/gitconfig-mode" :fetcher github)
|
(gitconfig-mode :repo "lunaryorn/git-modes"
|
||||||
|
:fetcher github
|
||||||
|
:files ("gitconfig-mode.el"))
|
||||||
|
|
Loading…
Reference in a new issue