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

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

[elpa] externals/tramp-nspawn c35ade4975 2/2: Update source link in cust


From: ELPA Syncer
Subject: [elpa] externals/tramp-nspawn c35ade4975 2/2: Update source link in customization group; bump version to 1.0.1.
Date: Fri, 23 Sep 2022 12:58:03 -0400 (EDT)

branch: externals/tramp-nspawn
commit c35ade49754e051c84eaa2733447b4307968f200
Author: Brian Cully <bjc@kublai.com>
Commit: Brian Cully <bjc@kublai.com>

    Update source link in customization group; bump version to 1.0.1.
---
 tramp-nspawn.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tramp-nspawn.el b/tramp-nspawn.el
index 69fdb8068f..a4adb4837a 100644
--- a/tramp-nspawn.el
+++ b/tramp-nspawn.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Brian Cully <bjc@kublai.com>
 ;; 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



reply via email to

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