Skip to content

Commit

Permalink
Update repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pjones committed May 24, 2021
1 parent 75b7ec7 commit 23b0394
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
=============================
Expand Down
2 changes: 1 addition & 1 deletion example/Auth.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/Discover.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Authentication.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Client/Authentication.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Client/DynamicRegistration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Client/Flow/AuthorizationCode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Client/HTTP.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Client/Provider.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Client/TokenResponse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Discovery.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/JSON.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Provider/Key.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Registration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/Scope.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenID/Connect/TokenResponse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Client/AuthorizationCodeTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Client/ProviderTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/DiscoveryTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/HttpHelper.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23b0394

Please sign in to comment.