Merge pull request #329 from lunaryorn/git-modes-fix-url

Fix URLs for git modes
This commit is contained in:
Steve Purcell 2012-10-08 03:29:18 -07:00
commit 31f497bb66
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"))