diff --git a/eshell-info-banner.el b/eshell-info-banner.el index f3e157a..a017c1c 100644 --- a/eshell-info-banner.el +++ b/eshell-info-banner.el @@ -1,8 +1,8 @@ ;;; eshell-info-banner.el --- System information as your Eshell banner -*- lexical-binding: t -*- ;; Author: Lucien Cartier-Tilet -;; Maintainer: Lucien Cartier-Tilet -;; Version: 0.2.0 +;; Maintainer: Lucien Cartier-Tilet +;; Version: 0.2.1 ;; Package-Requires: ((emacs "24") (dash "2") (f "0.20") (s "1")) ;; Homepage: https://labs.phundrak.com/phundrak/eshell-info-banner.el @@ -37,7 +37,8 @@ (defgroup eshell-info-banner () "System information as your Eshell banner." :prefix "eshell-info-banner-" - :link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/eshell-info-banner.el")) + :link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/eshell-info-banner.el") + :link '(url-link :tag "Github" "https://github.com/Phundrak/eshell-info-banner.el")) ; Constants ;;;;;;;;;;;;;;;;;;;;;;;;;;;