aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-04-21 12:00:08 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-04-21 12:00:08 -0400
commit02dd7e039a736056d986718d706e26ac28a7576d (patch)
tree8a36ea0769dbda5b1e2eb57ff4251a9873865728
parent85a1090d6cbdb8924554fecc028dbb2f41fa966c (diff)
Correct license field in .cabal file
Turns out Cabal doesn’t play well with licenses with spaces in their names. Just use “other license”, which Hackage will convert to a link to the LICENSE file.
-rw-r--r--btls.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/btls.cabal b/btls.cabal
index d9f0547..a9232be 100644
--- a/btls.cabal
+++ b/btls.cabal
@@ -19,7 +19,7 @@ synopsis: BoringSSL-backed TLS and cryptography library
description:
A TLS and cryptography library backed by BoringSSL, Google's fork of OpenSSL.
copyright: 2018 Google LLC
-license: Apache-2.0 and OpenSSL
+license: OtherLicense
license-file: LICENSE
author: Benjamin Barenblat
maintainer: bbaren@google.com