Skip to content

Commit

Permalink
Merge pull request #39 from mavit/move
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg authored Aug 23, 2024
2 parents d5e5635 + 353929e commit 508c548
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ssh-config-mode-el/README
.. image:: https://melpa.org/packages/ssh-config-mode-badge.svg
:target: https://melpa.org/#/ssh-config-mode

.. image:: https://github.com/jhgorrell/ssh-config-mode-el/actions/workflows/10-run-tests.yml/badge.svg
:target: https://github.com/jhgorrell/ssh-config-mode-el/actions/workflows/10-run-tests.yml
.. image:: https://github.com/peterhoeg/ssh-config-mode-el/actions/workflows/10-run-tests.yml/badge.svg
:target: https://github.com/peterhoeg/ssh-config-mode-el/actions/workflows/10-run-tests.yml

A mode to edit SSH config files.

Expand Down Expand Up @@ -38,7 +38,7 @@ Or add somthing like this to your init file:
Links
----------------------------------------

- https://github.com/jhgorrell/ssh-config-mode-el
- https://github.com/peterhoeg/ssh-config-mode-el
- https://github.com/openssh/openssh-portable


Expand Down
11 changes: 3 additions & 8 deletions ssh-config-mode.el
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
;;; ssh-config-mode.el --- Mode for fontification of ~/.ssh/config
;;
;; ssh-config-mode-el/ssh-config-mode.el ---
;;
;; $Id: ssh-config-mode.el,v 1.14 2012/05/14 05:29:26 harley Exp $
;;

;; SPDX-License-Identifier: GPL v3+ (https://www.gnu.org/licenses/gpl-3.0.txt)
;; Author: Harley Gorrell <harley@panix.com>
;; URL: https://github.com/jhgorrell/ssh-config-mode-el
;; Github: https://raw.github.com/jhgorrell/ssh-config-mode-el/master/ssh-config-mode.el
;; Maintainer: Peter Hoeg <peter@hoeg.com>
;; URL: https://github.com/peterhoeg/ssh-config-mode-el
;; Github: https://raw.github.com/peterhoeg/ssh-config-mode-el/master/ssh-config-mode.el
;; Keywords: comm, files
;; Version: 1.14
;; Tag: 20170413T0010
;; Package-Requires: ((emacs "24.3"))

;;; Commentary:
Expand Down

0 comments on commit 508c548

Please sign in to comment.