From 254ce0fca88789065f8cf17abd3f918b772013e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gross?= Date: Thu, 5 Apr 2012 11:16:47 +0200 Subject: [PATCH] Fix vcl-mode url. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Gross --- recipes/vcl-mode.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/vcl-mode.rcp b/recipes/vcl-mode.rcp index 239edf6c..b846063e 100644 --- a/recipes/vcl-mode.rcp +++ b/recipes/vcl-mode.rcp @@ -1,6 +1,6 @@ (:name vcl-mode :description "Syntax highlighting for Varnish Command Language" :type http - :url "http://www.varnish-cache.org/trac/browser/trunk/varnish-tools/emacs/vcl-mode.el?format=txt" + :url "https://www.varnish-cache.org/svn/trunk/varnish-tools/emacs/vcl-mode.el" :features vcl-mode :localname "vcl-mode.el")