From e167998006aaf5baf75ec8280eaa1bb63bd76873 Mon Sep 17 00:00:00 2001 From: Andrey Kotlarski Date: Mon, 1 Jul 2013 13:07:04 +0300 Subject: [PATCH] Fix w3m recipe to use official development cvs repository. --- recipes/w3m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/w3m b/recipes/w3m index 58bc1c27..d25c743a 100644 --- a/recipes/w3m +++ b/recipes/w3m @@ -1,2 +1,3 @@ -(w3m :repo "emacsmirror/w3m" - :fetcher github) +(w3m :url ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot" + :module "emacs-w3m" + :fetcher cvs)