From b3cfdc2c7a363b96c91a8b28f82196984f5f233f Mon Sep 17 00:00:00 2001
From: Lila <lila91142@gmail.com>
Date: Wed, 13 May 2020 20:12:37 +0200
Subject: [PATCH] Correct license listed in cabal

`GPL-2` is interpreted as GPLv2 only, however the actual license is GPLv2 or later
---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index d768cc784..778e38690 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -2,7 +2,7 @@ name:            pandoc
 version:         2.9.2.1
 cabal-version:   2.0
 build-type:      Simple
-license:         GPL-2
+license:         GPL-2.0-or-later
 license-file:    COPYING.md
 copyright:       (c) 2006-2020 John MacFarlane
 author:          John MacFarlane <jgm@berkeley.edu>