emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode 0ac0271f6c 201/500: Update Homepage in .el files


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 0ac0271f6c 201/500: Update Homepage in .el files
Date: Sat, 29 Jan 2022 08:27:06 -0500 (EST)

branch: elpa/nix-mode
commit 0ac0271f6c8acdbfddfdbb1211a1972ae562ec17
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Update Homepage in .el files
---
 nix-mode-mmm.el      | 2 +-
 nix-mode.el          | 6 +++---
 nix-prettify-mode.el | 2 +-
 nix-shebang.el       | 2 +-
 nix-shell.el         | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/nix-mode-mmm.el b/nix-mode-mmm.el
index b3667d07b3..7aea1a586a 100644
--- a/nix-mode-mmm.el
+++ b/nix-mode-mmm.el
@@ -1,7 +1,7 @@
 ;;; nix-shell.el -- support for MMM in nix-mode -*- lexical-binding: t -*-
 
 ;; Author: Matthew Bauer <mjbauer95@gmail.com>
-;; Homepage: https://github.com/matthewbauer/nix-mode
+;; Homepage: https://github.com/NixOS/nix-mode
 ;; Keywords: nix
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/nix-mode.el b/nix-mode.el
index 2a2f07f3b5..7635b9c778 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -1,7 +1,7 @@
 ;;; nix-mode.el --- Major mode for editing .nix files -*- lexical-binding: t 
-*-
 
 ;; Maintainer: Matthew Bauer <mjbauer95@gmail.com>
-;; Homepage: https://github.com/matthewbauer/nix-mode
+;; Homepage: https://github.com/NixOS/nix-mode
 ;; Version: 1.2.1
 ;; Keywords: nix, languages, tools, unix
 ;; Package-Requires: ((emacs "24.3"))
@@ -454,8 +454,8 @@ STRING-TYPE type of string based off of Emacs syntax table 
types"
 (defun nix-create-menu ()
   "Create the Nix menu as shown in the menu bar."
   (let ((m '("Nix"
-            ["Format buffer" nix-format-buffer t])
-          ))
+             ["Format buffer" nix-format-buffer t])
+           ))
     (easy-menu-define ada-mode-menu nix-mode-map "Menu keymap for Nix mode" 
m)))
 
 (nix-create-keymap)
diff --git a/nix-prettify-mode.el b/nix-prettify-mode.el
index 5d78615b46..99fa9e270c 100644
--- a/nix-prettify-mode.el
+++ b/nix-prettify-mode.el
@@ -5,7 +5,7 @@
 
 ;; Author: Alex Kost
 ;; Maintainer: Matthew Bauer <mjbauer95@gmail.com>
-;; Homepage: https://github.com/matthewbauer/nix-mode
+;; Homepage: https://github.com/NixOS/nix-mode
 ;; Version: 1.1
 ;; Keywords: nix
 
diff --git a/nix-shebang.el b/nix-shebang.el
index fa17c3a4ca..0edf939a5b 100644
--- a/nix-shebang.el
+++ b/nix-shebang.el
@@ -1,7 +1,7 @@
 ;;; nix-shebang.el --- Handle nix shebang header -*- lexical-binding: t -*-
 
 ;; Author: Matthew Bauer <mjbauer95@gmail.com>
-;; Homepage: https://github.com/matthewbauer/nix-mode
+;; Homepage: https://github.com/NixOS/nix-mode
 ;; Version: 1.2.1
 ;; Keywords: nix, languages, tools, unix
 ;; Package-Requires: ((emacs "24.3"))
diff --git a/nix-shell.el b/nix-shell.el
index 0177e6a07a..0cd1108496 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -1,7 +1,7 @@
 ;;; nix-shell.el -- run nix-shell in Emacs -*- lexical-binding: t -*-
 
 ;; Author: Matthew Bauer <mjbauer95@gmail.com>
-;; Homepage: https://github.com/matthewbauer/nix-mode
+;; Homepage: https://github.com/NixOS/nix-mode
 ;; Keywords: nix
 
 ;; This file is NOT part of GNU Emacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]