From c35ade49754e051c84eaa2733447b4307968f200 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 23 Sep 2022 12:09:57 -0400 Subject: Update source link in customization group; bump version to 1.0.1. --- tramp-nspawn.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tramp-nspawn.el') diff --git a/tramp-nspawn.el b/tramp-nspawn.el index 69fdb80..a4adb48 100644 --- a/tramp-nspawn.el +++ b/tramp-nspawn.el @@ -6,7 +6,7 @@ ;; Maintainer: Brian Cully ;; URL: https://github.com/bjc/tramp-nspawn ;; Keywords: tramp, nspawn, machinectl, systemd, systemd-nspawn -;; Version: 1.0 +;; Version: 1.0.1 ;; Package-Requires: ((emacs "23")) ;;; License: @@ -65,7 +65,7 @@ "Tramp integration for systemd-nspawn containers." :prefix "tramp-nspawn-" :group 'applications - :link '(url-link :tag "Github" "https://github.com/bjc/tramp-nspawn") + :link '(url-link :tag "repo" "https://git.spork.org/tramp-nspawn.git") :link '(emacs-commentary-link :tag "Commentary" "tramp-nspawn")) (defcustom tramp-nspawn-machinectl-program "machinectl" @@ -91,6 +91,7 @@ see its function help for a description of the format." (mapcar (lambda (m) (list nil m)) machines))) +;; todo: check tramp-async-args and tramp-direct-async (defun tramp-nspawn--add-method () "Add Tramp method handler for nspawn containers." (push `(,tramp-nspawn-method -- cgit v1.2.3