From ba6523a375fc140fa52a6c48a5f9c74d9be42270 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Wed, 20 Jul 2016 07:32:30 +0900 Subject: [PATCH] Update nav recipe It was exported from googlecode. And nav sets autoload cookie so remove :features property. --- recipes/nav.rcp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/nav.rcp b/recipes/nav.rcp index 91ddb532..b3e28507 100644 --- a/recipes/nav.rcp +++ b/recipes/nav.rcp @@ -1,5 +1,5 @@ (:name nav :description "Emacs mode for filesystem navigation" - :type hg - :url "https://emacs-nav.googlecode.com/hg" - :features nav) + :website "https://github.com/ijt/emacs-nav" + :type github + :pkgname "ijt/emacs-nav")