emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/oauth2 cc2dd7f3e2: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/oauth2 cc2dd7f3e2: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:13:11 -0500 (EST)

branch: externals/oauth2
commit cc2dd7f3e2aae621365a8297b61198c1694bdb5e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 oauth2.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oauth2.el b/oauth2.el
index 0099e06217..7da9702004 100644
--- a/oauth2.el
+++ b/oauth2.el
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -50,7 +50,7 @@
 (defgroup oauth2 nil
   "OAuth 2.0 Authorization Protocol."
   :group 'comm
-  :link '(url-link :tag "Savannah" 
"http://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/?h=externals/oauth2";)
+  :link '(url-link :tag "Savannah" 
"https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/?h=externals/oauth2";)
   :link '(url-link :tag "ELPA" "https://elpa.gnu.org/packages/oauth2.html";))
 
 (defun oauth2-request-authorization (auth-url client-id &optional scope state 
redirect-uri)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]