From 489e7019ccecc44e32f6c9fe8034ebba78c72ab2 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Mon, 26 Jun 2023 23:07:32 +0200 Subject: [PATCH] build: fix license --- crawlerArxiv.cabal | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crawlerArxiv.cabal b/crawlerArxiv.cabal index 91add7d..c8f3fbf 100644 --- a/crawlerArxiv.cabal +++ b/crawlerArxiv.cabal @@ -12,7 +12,7 @@ bug-reports: https://github.com/delanoe/arxiv-api/issues author: Alexandre Delanoë maintainer: alexandre+dev@delanoe.org copyright: 2021 CNRS/A. Delanoë -license: GPLv3 +license: GPL-3 license-file: LICENSE build-type: Simple extra-source-files: diff --git a/package.yaml b/package.yaml index e21b965..8c3845b 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ name: crawlerArxiv version: 0.1.0.0 github: "delanoe/arxiv-api" -license: GPLv3 +license: GPL-3 author: "Alexandre Delanoë" maintainer: "alexandre+dev@delanoe.org" copyright: "2021 CNRS/A. Delanoë" -- 2.38.4