recipe: artbollocks-mode: Fix URL

artbollocks-mode has moved to GitHub.
This commit is contained in:
David Holm 2016-03-30 15:41:03 +02:00
parent c75a155be4
commit 39a47483c7

View File

@ -1,9 +1,4 @@
(:name artbollocks-mode
:type http
:website "http://code.google.com/p/ac-math/"
:description "A minor mode to guide art writers"
:url "https://gitorious.org/robmyers/scripts/blobs/raw/master/artbollocks-mode.el"
:features artbollocks-mode
:post-init (progn
(add-hook 'text-mode-hook 'turn-on-artbollocks-mode)
(add-hook 'org-mode-hook 'turn-on-artbollocks-mode)))
:type github
:pkgname "sachac/artbollocks-mode")