From 38fbc771c8b7f8a2f8d4d552b9c88afe835f9a7b Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 3 Nov 2023 11:20:20 +0100 Subject: [PATCH] Update remote services list --- bundle/bundle--linux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--linux.el b/bundle/bundle--linux.el index 2f9e17fa..6cf34627 100644 --- a/bundle/bundle--linux.el +++ b/bundle/bundle--linux.el @@ -195,7 +195,7 @@ Takes OPTION as an argument and prints its description." (defvar mk/remote-*host-aliases* '(("website" . "marcus@u1.marcuskammer.dev") - ("playground" . "marcus@u1.metaebene.dev")) + ("metalisp" . "cl@u1.metalisp.dev")) "Alist mapping friendly host names to actual SSH-compatible host strings.") (defun mk/remote--get-real-host (alias)