Fix URLs for git modes

I moved gitconfig-mode and git-commit-mode into a single "git-modes"
repository.
This commit is contained in:
Sebastian Wiesner 2012-10-08 12:22:54 +02:00
parent fc91322908
commit 9066e7b110
2 changed files with 6 additions and 2 deletions

View file

@ -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"))

View file

@ -1 +1,3 @@
(gitconfig-mode :repo "lunaryorn/gitconfig-mode" :fetcher github)
(gitconfig-mode :repo "lunaryorn/git-modes"
:fetcher github
:files ("gitconfig-mode.el"))