From 2ea6beeb6e9f6abc5f7fc8e1f55ad875098d8192 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Tue, 2 Apr 2024 00:19:10 +1300 Subject: [PATCH] Fix typo in description line, and broken URL --- eshell-atuin.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eshell-atuin.el b/eshell-atuin.el index d28c774..2fdd3b9 100644 --- a/eshell-atuin.el +++ b/eshell-atuin.el @@ -1,4 +1,4 @@ -;;; eshell-atuin.el --- Intergrate eshell with atuin, a shell history tool -*- lexical-binding: t -*- +;;; eshell-atuin.el --- Integrate eshell with atuin, a shell history tool -*- lexical-binding: t -*- ;; Copyright (C) 2024 Korytov Pavel @@ -6,7 +6,7 @@ ;; Maintainer: Korytov Pavel ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.1")) -;; Homepage: https://github.com/SqrtMinusOne/eshell-atuin.el +;; Homepage: https://github.com/SqrtMinusOne/eshell-atuin ;; Published-At: 2024-03-08 ;; This file is NOT part of GNU Emacs.