Skip to content

Commit 05674e4

Browse files
committed
change servant-auth repo url in cabal files
1 parent 119e54a commit 05674e4

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: This package provides instances that allow generating clients fr
66
APIs that use
77
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
88
.
9-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
9+
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
1010
category: Web, Servant, Authentication
11-
homepage: http://github.com/haskell-servant/servant-auth#readme
12-
bug-reports: https://github.com/haskell-servant/servant-auth/issues
11+
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
bug-reports: https://github.com/haskell-servant/servant/issues
1313
author: Julian K. Arni
1414
maintainer: [email protected]
1515
copyright: (c) Julian K. Arni
@@ -23,7 +23,7 @@ extra-source-files:
2323

2424
source-repository head
2525
type: git
26-
location: https://github.com/haskell-servant/servant-auth
26+
location: https://github.com/haskell-servant/servant
2727

2828
library
2929
hs-source-dirs:

servant-auth/servant-auth-docs/servant-auth-docs.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: This package provides instances that allow generating docs from
66
APIs that use
77
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
88
.
9-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
9+
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
1010
category: Web, Servant, Authentication
11-
homepage: http://github.com/haskell-servant/servant-auth#readme
12-
bug-reports: https://github.com/haskell-servant/servant-auth/issues
11+
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
bug-reports: https://github.com/haskell-servant/servant/issues
1313
author: Julian K. Arni
1414
maintainer: [email protected]
1515
copyright: (c) Julian K. Arni
@@ -27,7 +27,7 @@ custom-setup
2727

2828
source-repository head
2929
type: git
30-
location: https://github.com/haskell-servant/servant-auth
30+
location: https://github.com/haskell-servant/servant
3131

3232
library
3333
hs-source-dirs:

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: This package provides the required instances for using the @Auth
66
.
77
Both cookie- and token- (REST API) based authentication is provided.
88
.
9-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
9+
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
1010
category: Web, Servant, Authentication
11-
homepage: http://github.com/haskell-servant/servant-auth#readme
12-
bug-reports: https://github.com/haskell-servant/servant-auth/issues
11+
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
bug-reports: https://github.com/haskell-servant/servant/issues
1313
author: Julian K. Arni
1414
maintainer: [email protected]
1515
copyright: (c) Julian K. Arni
@@ -23,7 +23,7 @@ extra-source-files:
2323

2424
source-repository head
2525
type: git
26-
location: https://github.com/haskell-servant/servant-auth
26+
location: https://github.com/haskell-servant/servant
2727

2828
library
2929
hs-source-dirs:

servant-auth/servant-auth-swagger/servant-auth-swagger.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: This package provides instances that allow generating swagger2 s
66
APIs that use
77
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
88
.
9-
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
9+
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
1010
category: Web, Servant, Authentication
11-
homepage: http://github.com/haskell-servant/servant-auth#readme
12-
bug-reports: https://github.com/haskell-servant/servant-auth/issues
11+
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
12+
bug-reports: https://github.com/haskell-servant/servant/issues
1313
author: Julian K. Arni
1414
maintainer: [email protected]
1515
copyright: (c) Julian K. Arni
@@ -23,7 +23,7 @@ extra-source-files:
2323

2424
source-repository head
2525
type: git
26-
location: https://github.com/haskell-servant/servant-auth
26+
location: https://github.com/haskell-servant/servant
2727

2828
library
2929
hs-source-dirs:

servant-auth/servant-auth/servant-auth.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description: This package provides an @Auth@ combinator for 'servant'. This c
88
'servant-auth' additionally provides concrete authentication schemes, such
99
as Basic Access Authentication, JSON Web Tokens, and Cookies.
1010
.
11-
For more details on how to use this, see the <http://github.com/haskell-servant/servant-auth#readme README>.
11+
For more details on how to use this, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
1212
category: Web, Servant, Authentication
13-
homepage: http://github.com/haskell-servant/servant-auth#readme
14-
bug-reports: https://github.com/haskell-servant/servant-auth/issues
13+
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
14+
bug-reports: https://github.com/haskell-servant/servant/issues
1515
author: Julian K. Arni
1616
maintainer: [email protected]
1717
copyright: (c) Julian K. Arni
@@ -25,7 +25,7 @@ extra-source-files:
2525

2626
source-repository head
2727
type: git
28-
location: https://github.com/haskell-servant/servant-auth
28+
location: https://github.com/haskell-servant/servant
2929

3030
library
3131
hs-source-dirs:

0 commit comments

Comments
 (0)