From 131c9dde8932c228279f672b60f78d57d3a583c5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 13 May 2018 19:02:34 +0200 Subject: [PATCH] recipes: update location for nix-mode --- recipes/nix-mode.rcp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/nix-mode.rcp b/recipes/nix-mode.rcp index a6ebad69..d040358f 100644 --- a/recipes/nix-mode.rcp +++ b/recipes/nix-mode.rcp @@ -1,4 +1,5 @@ (:name nix-mode - :type http - :url "https://raw.github.com/NixOS/nix/master/misc/emacs/nix-mode.el" + :website "https://github.com/NixOS/nix-mode#readme" + :type github + :pkgname "NixOS/nix-mode" :description "Major mode for editing Nix expressions")