mirror of
https://github.com/correl/melpa.git
synced 2024-12-19 03:00:50 +00:00
Merge pull request #329 from lunaryorn/git-modes-fix-url
Fix URLs for git modes
This commit is contained in:
commit
31f497bb66
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