branch: externals/url-http-oauth-demo
commit a2b91164129c96ef0eeb5a0b89cf8dd9d1004c7e
Author: Thomas Fitzsimmons <fitz...@fitzsim.org>
Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>

    Use updated settings format
    
    * url-http-oauth-demo.el: Change "urls" entry to "resource-url".
---
 url-http-oauth-demo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/url-http-oauth-demo.el b/url-http-oauth-demo.el
index 5bdad985c1..9b10120340 100644
--- a/url-http-oauth-demo.el
+++ b/url-http-oauth-demo.el
@@ -113,7 +113,7 @@
    ;; This is the URL at which the `url-http-oauth-demo' package will
    ;; access resources.  Everything that follows is for authentication
    ;; and authorization to satisfy OAuth 2.0 requirements.
-   ("urls". ("https://meta.sr.ht/query";))
+   ("resource-url" . "https://meta.sr.ht/query";)
    ;; These are the authorization and token endpoints, published in
    ;; "https://man.sr.ht/meta.sr.ht/oauth.md";.  There is no way to
    ;; autodiscover them from "https://meta.sr.ht/query";.

Reply via email to