branch: externals/auth-source-xoauth2-plugin commit aea0d700a4c16a87c314d43145467e4490c953dc Author: Xiyue Deng <manp...@gmail.com> Commit: Xiyue Deng <manp...@gmail.com>
Address package-lint diagnoses * Package description should start capitalized. * Add Homepage. --- auth-source-xoauth2-plugin.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth-source-xoauth2-plugin.el b/auth-source-xoauth2-plugin.el index 2ecccd977a..d8804f873c 100644 --- a/auth-source-xoauth2-plugin.el +++ b/auth-source-xoauth2-plugin.el @@ -1,8 +1,9 @@ -;;; auth-source-xoauth2-plugin.el --- authentication source plugin for xoauth2 -*- lexical-binding: t -*- +;;; auth-source-xoauth2-plugin.el --- Authentication source plugin for xoauth2 -*- lexical-binding: t -*- ;; Copyright (C) 2024-2025 Free Software Foundation, Inc. ;; Author: Xiyue Deng <manp...@gmail.com> +;; Homepage: https://gitlab.com/manphiz/auth-source-xoauth2-plugin ;; Version: 0.2.1 ;; Package-Requires: ((emacs "28.1") (oauth2 "0.18"))