Make monokai recipe use the github fetcher.

This will make the info on the website more featureful.
This commit is contained in:
Donald Ephraim Curtis 2013-10-22 16:12:53 -07:00 committed by Donald Curtis
parent de09fcf14f
commit 2bc9ce95a0

View file

@ -1,3 +1,3 @@
(monokai-theme
:url "https://github.com/oneKelvinSmith/monokai-emacs.git"
:fetcher git)
:repo "oneKelvinSmith/monokai-emacs"
:fetcher github)