aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-16 08:41:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-16 08:41:26 -0700
commitbc2f4422b2cfab80882316cdd595bd38dbe723a3 (patch)
tree00fd1e2f7d18d02eaeaff492ff6b8c003bb3ee65
parent0b5712e69b054442ccb10be3c1aab4f8dcdb7efd (diff)
downloadpandoc-bc2f4422b2cfab80882316cdd595bd38dbe723a3.tar.gz
License to GPL-2 instead of GPL.
New cabal new-build seems to choke on GPL, even though it's supposed to be legal.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f9ed18115..5d3948d21 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -2,7 +2,7 @@ name: pandoc
version: 2.1.2
cabal-version: >= 1.10
build-type: Custom
-license: GPL
+license: GPL-2
license-file: COPYING.md
copyright: (c) 2006-2018 John MacFarlane
author: John MacFarlane <jgm@berkeley.edu>