Skip to content

Commit 42ceb39

Browse files
committed
changing servant-swagger info
1 parent bcb4847 commit 42ceb39

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

servant-swagger/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# servant-swagger
22

3-
[![Build Status](https://travis-ci.org/haskell-servant/servant-swagger.svg?branch=master)](https://travis-ci.org/haskell-servant/servant-swagger)
43
[![Hackage](https://img.shields.io/hackage/v/servant-swagger.svg)](http://hackage.haskell.org/package/servant-swagger)
54
[![Stackage LTS](http://stackage.org/package/servant-swagger/badge/lts)](http://stackage.org/lts/package/servant-swagger)
65
[![Stackage Nightly](http://stackage.org/package/servant-swagger/badge/nightly)](http://stackage.org/nightly/package/servant-swagger)
@@ -25,7 +24,7 @@ Generated Swagger specification then can be used for many things such as
2524

2625
### Usage
2726

28-
Please refer to [haddock documentation](http://hackage.haskell.org/package/servant-swagger).
27+
Please refer to [haddock documentation](http://hackage.haskell.org/package/servant/servant-swagger).
2928

3029
Some examples can be found in [`example/` directory](/example).
3130

@@ -43,5 +42,5 @@ Many Swagger tools, including server and client code generation for many languag
4342

4443
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
4544

46-
Please report bugs via the [github issue tracker](https://github.com/haskell-servant/servant-swagger/issues).
45+
Please report bugs via the [github issue tracker](https://github.com/haskell-servant/servant/issues).
4746

servant-swagger/servant-swagger.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ description:
1818
* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);
1919
.
2020
* and [many others](http://swagger.io/open-source-integrations/).
21-
homepage: https://github.com/haskell-servant/servant-swagger
22-
bug-reports: https://github.com/haskell-servant/servant-swagger/issues
21+
homepage: https://github.com/haskell-servant/servant/servant-swagger
22+
bug-reports: https://github.com/haskell-servant/servant/issues
2323
license: BSD3
2424
license-file: LICENSE
25-
author: David Johnson, Nickolay Kudasov
26-
maintainer: nickolay.kudasov@gmail.com
25+
author: Servant Contributors
26+
maintainer: haskell-servant-maintainers@googlegroups.com
2727
copyright: (c) 2015-2018, Servant contributors
2828
category: Web, Servant, Swagger
2929
build-type: Custom
3030
cabal-version: 1.18
31-
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
31+
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2
3232

3333
extra-source-files:
3434
README.md
@@ -45,7 +45,7 @@ extra-doc-files:
4545

4646
source-repository head
4747
type: git
48-
location: https://github.com/haskell-servant/servant-swagger.git
48+
location: https://github.com/haskell-servant/servant.git
4949

5050
custom-setup
5151
setup-depends:

0 commit comments

Comments
 (0)