We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfab3b commit 4913945Copy full SHA for 4913945
servant-multipart.cabal
@@ -2,7 +2,7 @@ name: servant-multipart
2
version: 0.1
3
synopsis: multipart/form-data (e.g file upload) support for servant
4
description: Please see README.md
5
-homepage: https://github.com/alpmestan/servant-multipart#readme
+homepage: https://github.com/haskell-servant/servant-multipart#readme
6
license: BSD3
7
license-file: LICENSE
8
author: Alp Mestanogullari
@@ -50,4 +50,4 @@ executable upload
50
51
source-repository head
52
type: git
53
- location: https://github.com/alpmestan/servant-multipart
+ location: https://github.com/haskell-servent/servant-multipart
0 commit comments