Fix typo in description line, and broken URL

This commit is contained in:
Steve Purcell 2024-04-02 00:19:10 +13:00 committed by GitHub
parent 24ac9fac36
commit 2ea6beeb6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ;; Copyright (C) 2024 Korytov Pavel
@ -6,7 +6,7 @@
;; Maintainer: Korytov Pavel <thexcloud@gmail.com> ;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
;; Version: 0.2.0 ;; Version: 0.2.0
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.1")) ;; 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 ;; Published-At: 2024-03-08
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.