From 23b03940613a1b0a633747b5fecaf61b3fbd8a09 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 24 May 2021 08:12:12 -0700 Subject: [PATCH] Update repository URL --- README.md | 2 +- example/Auth.hs | 2 +- example/Discover.hs | 2 +- example/Main.hs | 2 +- example/Options.hs | 2 +- example/Util.hs | 2 +- src/OpenID/Connect/Authentication.hs | 2 +- src/OpenID/Connect/Client/Authentication.hs | 2 +- src/OpenID/Connect/Client/DynamicRegistration.hs | 2 +- src/OpenID/Connect/Client/Flow/AuthorizationCode.hs | 2 +- src/OpenID/Connect/Client/HTTP.hs | 2 +- src/OpenID/Connect/Client/Provider.hs | 2 +- src/OpenID/Connect/Client/TokenResponse.hs | 2 +- src/OpenID/Connect/Discovery.hs | 2 +- src/OpenID/Connect/JSON.hs | 2 +- src/OpenID/Connect/Provider/Key.hs | 2 +- src/OpenID/Connect/Registration.hs | 2 +- src/OpenID/Connect/Scope.hs | 2 +- src/OpenID/Connect/TokenResponse.hs | 2 +- test/Client.hs | 2 +- test/Client/AuthorizationCodeTest.hs | 2 +- test/Client/ProviderTest.hs | 2 +- test/DiscoveryTest.hs | 2 +- test/HttpHelper.hs | 2 +- test/Main.hs | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index dddea5d..382884b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![tests](https://github.com/sthenauth/openid-connect/actions/workflows/tests.yml/badge.svg)](https://github.com/sthenauth/openid-connect/actions/workflows/tests.yml) +[![tests](https://github.com/pjones/openid-connect/actions/workflows/tests.yml/badge.svg)](https://github.com/pjones/openid-connect/actions/workflows/tests.yml) OpenID Connect 1.0 in Haskell ============================= diff --git a/example/Auth.hs b/example/Auth.hs index 1631f84..d0efb01 100644 --- a/example/Auth.hs +++ b/example/Auth.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/example/Discover.hs b/example/Discover.hs index 293568f..da43a86 100644 --- a/example/Discover.hs +++ b/example/Discover.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/example/Main.hs b/example/Main.hs index 09195b2..0807e8e 100644 --- a/example/Main.hs +++ b/example/Main.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/example/Options.hs b/example/Options.hs index 34515e8..5a3f1f8 100644 --- a/example/Options.hs +++ b/example/Options.hs @@ -8,7 +8,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/example/Util.hs b/example/Util.hs index aa135f9..5711ea6 100644 --- a/example/Util.hs +++ b/example/Util.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Authentication.hs b/src/OpenID/Connect/Authentication.hs index fe57a32..0674e97 100644 --- a/src/OpenID/Connect/Authentication.hs +++ b/src/OpenID/Connect/Authentication.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Client/Authentication.hs b/src/OpenID/Connect/Client/Authentication.hs index 610bb59..ae349d2 100644 --- a/src/OpenID/Connect/Client/Authentication.hs +++ b/src/OpenID/Connect/Client/Authentication.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Client/DynamicRegistration.hs b/src/OpenID/Connect/Client/DynamicRegistration.hs index c968552..8909170 100644 --- a/src/OpenID/Connect/Client/DynamicRegistration.hs +++ b/src/OpenID/Connect/Client/DynamicRegistration.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Client/Flow/AuthorizationCode.hs b/src/OpenID/Connect/Client/Flow/AuthorizationCode.hs index 555194d..3545385 100644 --- a/src/OpenID/Connect/Client/Flow/AuthorizationCode.hs +++ b/src/OpenID/Connect/Client/Flow/AuthorizationCode.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Client/HTTP.hs b/src/OpenID/Connect/Client/HTTP.hs index 8a83d7b..e7e5895 100644 --- a/src/OpenID/Connect/Client/HTTP.hs +++ b/src/OpenID/Connect/Client/HTTP.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Client/Provider.hs b/src/OpenID/Connect/Client/Provider.hs index 00c7627..9ca17c2 100644 --- a/src/OpenID/Connect/Client/Provider.hs +++ b/src/OpenID/Connect/Client/Provider.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Client/TokenResponse.hs b/src/OpenID/Connect/Client/TokenResponse.hs index 2adc5c5..9a6216d 100644 --- a/src/OpenID/Connect/Client/TokenResponse.hs +++ b/src/OpenID/Connect/Client/TokenResponse.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Discovery.hs b/src/OpenID/Connect/Discovery.hs index 8f4de3c..92cdfab 100644 --- a/src/OpenID/Connect/Discovery.hs +++ b/src/OpenID/Connect/Discovery.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/JSON.hs b/src/OpenID/Connect/JSON.hs index 2176067..a22b856 100644 --- a/src/OpenID/Connect/JSON.hs +++ b/src/OpenID/Connect/JSON.hs @@ -8,7 +8,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Provider/Key.hs b/src/OpenID/Connect/Provider/Key.hs index 6f208ec..d191b40 100644 --- a/src/OpenID/Connect/Provider/Key.hs +++ b/src/OpenID/Connect/Provider/Key.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Registration.hs b/src/OpenID/Connect/Registration.hs index 2816f88..e60d8fe 100644 --- a/src/OpenID/Connect/Registration.hs +++ b/src/OpenID/Connect/Registration.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/Scope.hs b/src/OpenID/Connect/Scope.hs index 78c22fa..5b73201 100644 --- a/src/OpenID/Connect/Scope.hs +++ b/src/OpenID/Connect/Scope.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/src/OpenID/Connect/TokenResponse.hs b/src/OpenID/Connect/TokenResponse.hs index 1bd4c76..04af636 100644 --- a/src/OpenID/Connect/TokenResponse.hs +++ b/src/OpenID/Connect/TokenResponse.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/test/Client.hs b/test/Client.hs index b7dc70f..55873ac 100644 --- a/test/Client.hs +++ b/test/Client.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/test/Client/AuthorizationCodeTest.hs b/test/Client/AuthorizationCodeTest.hs index 0300f28..36f52d4 100644 --- a/test/Client/AuthorizationCodeTest.hs +++ b/test/Client/AuthorizationCodeTest.hs @@ -8,7 +8,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/test/Client/ProviderTest.hs b/test/Client/ProviderTest.hs index fc25643..00fb9f2 100644 --- a/test/Client/ProviderTest.hs +++ b/test/Client/ProviderTest.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/test/DiscoveryTest.hs b/test/DiscoveryTest.hs index e4e648e..db313ad 100644 --- a/test/DiscoveryTest.hs +++ b/test/DiscoveryTest.hs @@ -8,7 +8,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/test/HttpHelper.hs b/test/HttpHelper.hs index 386b81e..320cb4b 100644 --- a/test/HttpHelper.hs +++ b/test/HttpHelper.hs @@ -7,7 +7,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms diff --git a/test/Main.hs b/test/Main.hs index 2f85a2e..2d9248e 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -6,7 +6,7 @@ Copyright: the license terms in the LICENSE file found in the top-level directory of this distribution and at: - https://code.devalot.com/sthenauth/openid-connect + https://code.devalot.com/open/openid-connect No part of this package, including this file, may be copied, modified, propagated, or distributed except according to the terms