From 3b025f4c1c82e3ce5d4b6017228af32aee9327ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 25 Jul 2024 20:59:42 +0200 Subject: Cabal file update --- minici.cabal | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/minici.cabal b/minici.cabal index a361cd3..72e6c7e 100644 --- a/minici.cabal +++ b/minici.cabal @@ -1,15 +1,16 @@ cabal-version: 3.0 name: minici version: 0.1.1 -synopsis: - --- A longer description of the package. --- description: -homepage: +synopsis: Minimalist CI framework to run checks on local machine +description: + Runs defined jobs, for example to build and test a project, for each git + commit in a given set and reports results. The jobs are configured in + a simple YAML file and can produce artifacts to be used in other steps. +homepage: https://erebosprotocol.net/minici -- A URL where users can report bugs. -- bug-reports: -license: GPL-3.0-or-later +license: GPL-3.0-only license-file: LICENSE author: Roman Smrž maintainer: roman.smrz@seznam.cz @@ -17,6 +18,7 @@ maintainer: roman.smrz@seznam.cz -- A copyright notice. -- copyright: -- category: +category: Testing extra-doc-files: CHANGELOG.md -- cgit v1.2.3