diff --git a/servant-auth/servant-auth-client/servant-auth-client.cabal b/servant-auth/servant-auth-client/servant-auth-client.cabal index b385eeb8..edddde2e 100644 --- a/servant-auth/servant-auth-client/servant-auth-client.cabal +++ b/servant-auth/servant-auth-client/servant-auth-client.cabal @@ -6,10 +6,10 @@ description: This package provides instances that allow generating clients fr APIs that use @Auth@ combinator. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant-auth#readme -bug-reports: https://github.com/haskell-servant/servant-auth/issues +homepage: http://github.com/haskell-servant/servant/servant-auth#readme +bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com copyright: (c) Julian K. Arni @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/haskell-servant/servant-auth + location: https://github.com/haskell-servant/servant library hs-source-dirs: diff --git a/servant-auth/servant-auth-docs/servant-auth-docs.cabal b/servant-auth/servant-auth-docs/servant-auth-docs.cabal index f00cc575..e2e94965 100644 --- a/servant-auth/servant-auth-docs/servant-auth-docs.cabal +++ b/servant-auth/servant-auth-docs/servant-auth-docs.cabal @@ -6,10 +6,10 @@ description: This package provides instances that allow generating docs from APIs that use @Auth@ combinator. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant-auth#readme -bug-reports: https://github.com/haskell-servant/servant-auth/issues +homepage: http://github.com/haskell-servant/servant/servant-auth#readme +bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com copyright: (c) Julian K. Arni @@ -27,7 +27,7 @@ custom-setup source-repository head type: git - location: https://github.com/haskell-servant/servant-auth + location: https://github.com/haskell-servant/servant library hs-source-dirs: diff --git a/servant-auth/servant-auth-server/servant-auth-server.cabal b/servant-auth/servant-auth-server/servant-auth-server.cabal index a657e97d..17d4c63f 100644 --- a/servant-auth/servant-auth-server/servant-auth-server.cabal +++ b/servant-auth/servant-auth-server/servant-auth-server.cabal @@ -6,10 +6,10 @@ description: This package provides the required instances for using the @Auth . Both cookie- and token- (REST API) based authentication is provided. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant-auth#readme -bug-reports: https://github.com/haskell-servant/servant-auth/issues +homepage: http://github.com/haskell-servant/servant/servant-auth#readme +bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com copyright: (c) Julian K. Arni @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/haskell-servant/servant-auth + location: https://github.com/haskell-servant/servant library hs-source-dirs: diff --git a/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal b/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal index fcc9b43b..fbfa2b8b 100644 --- a/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal +++ b/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal @@ -6,10 +6,10 @@ description: This package provides instances that allow generating swagger2 s APIs that use @Auth@ combinator. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant-auth#readme -bug-reports: https://github.com/haskell-servant/servant-auth/issues +homepage: http://github.com/haskell-servant/servant/servant-auth#readme +bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com copyright: (c) Julian K. Arni @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/haskell-servant/servant-auth + location: https://github.com/haskell-servant/servant library hs-source-dirs: diff --git a/servant-auth/servant-auth/servant-auth.cabal b/servant-auth/servant-auth/servant-auth.cabal index b0b03733..f560c56d 100644 --- a/servant-auth/servant-auth/servant-auth.cabal +++ b/servant-auth/servant-auth/servant-auth.cabal @@ -8,10 +8,10 @@ description: This package provides an @Auth@ combinator for 'servant'. This c 'servant-auth' additionally provides concrete authentication schemes, such as Basic Access Authentication, JSON Web Tokens, and Cookies. . - For more details on how to use this, see the . + For more details on how to use this, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant-auth#readme -bug-reports: https://github.com/haskell-servant/servant-auth/issues +homepage: http://github.com/haskell-servant/servant/servant-auth#readme +bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com copyright: (c) Julian K. Arni @@ -25,7 +25,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/haskell-servant/servant-auth + location: https://github.com/haskell-servant/servant library hs-source-dirs: