branch: externals/oauth2
commit 3c9fdd33adacff8769cbe50496f6c0afcc32d4af
Author: Xiyue Deng <manp...@gmail.com>
Commit: Sean Whitton <spwhit...@spwhitton.name>

    Address several package-lint warnings/errors
    
    * packages/oauth2/oauth2.el: Add URL.
    * packages/oauth2/oauth2.el: Require (emacs "27.1") for
    `time-convert', `if-let*', plstore, etc., and drop (cl-lib "0.5")
    which is already met by newer emacs version.
---
 oauth2.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/oauth2.el b/oauth2.el
index e4e9ff8d6c..73e3191063 100644
--- a/oauth2.el
+++ b/oauth2.el
@@ -4,8 +4,9 @@
 
 ;; Author: Julien Danjou <jul...@danjou.info>
 ;; Version: 0.17
+;; URL: https://elpa.gnu.org/packages/oauth2.html
 ;; Keywords: comm
-;; Package-Requires: ((cl-lib "0.5"))
+;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is part of GNU Emacs.
 

Reply via email to