aboutsummaryrefslogtreecommitdiff
path: root/haskell-code-explorer.cabal
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-06-09 00:45:34 +1000
committerYuchen Pei <hi@ypei.me>2022-06-09 00:45:34 +1000
commit62cc86e1bd619325cb5ba47b7c2a48529d967ffa (patch)
tree7508e6776a913de567e5f958a7809b3eb083c459 /haskell-code-explorer.cabal
parent53d9877d2fab2ad3e144bdc41798aead82fa7cdb (diff)
added agpl license file and updated cabal file
Diffstat (limited to 'haskell-code-explorer.cabal')
-rw-r--r--haskell-code-explorer.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell-code-explorer.cabal b/haskell-code-explorer.cabal
index a0dddda..2296910 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -3,9 +3,9 @@ version: 0.1.0.0
synopsis: Web application for exploring and understanding Haskell codebases
Category: GHC,Web
description: Please see README.md
-license: MIT
+license: MIT AND AGPL-3.0-or-later
license-file: LICENSE
-author: Alexey Kiryushin
+author: Alexey Kiryushin and Yuchen Pei
maintainer: alexey.a.kiryushin@gmail.com
build-type: Simple
cabal-version: >=1.20