Skip to content

Commit

Permalink
Fix licsense attribute in math-functions.cabal
Browse files Browse the repository at this point in the history
The LICENSE text says BSD2, but the Cabal file says BSD3. I suppose the LICENSE file is correct.
  • Loading branch information
peti authored and Shimuuar committed Aug 26, 2018
1 parent 29e7e1c commit 8f95cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math-functions.cabal
@@ -1,7 +1,7 @@
name: math-functions
version: 0.3.0.2
cabal-version: >= 1.10
license: BSD3
license: BSD2
license-file: LICENSE
author: Bryan O'Sullivan <bos@serpentine.com>,
Alexey Khudyakov <alexey.skladnoy@gmail.com>
Expand Down

0 comments on commit 8f95cc7

Please sign in to comment.