branch: elpa/nix-mode
commit f3b4215166553ed4d57c5778d16d5b5c1194780f
Author: Matthew Justin Bauer <[email protected]>
Commit: GitHub <[email protected]>
Update metadata
---
nix-mode.el | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/nix-mode.el b/nix-mode.el
index e129e9efe1..f432fd9463 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -1,11 +1,18 @@
;;; nix-mode.el --- Major mode for editing Nix expressions
;; Author: Eelco Dolstra
-;; URL: https://github.com/NixOS/nix/tree/master/misc/emacs
-;; Version: 1.0
+;; Maintainer: Matthew Bauer <[email protected]>
+;; Homepage: https://github.com/matthewbauer/nix-mode
+;; Version: 1.1
+;; Keywords: nix
+
+;; This file is NOT part of GNU Emacs.
;;; Commentary:
+;; A major mode for editing Nix expressions (.nix files). See the Nix manual
+;; for more information available at https://nixos.org/nix/manual/.
+
;;; Code:
(defun nix-syntax-match-antiquote (limit)