From c5fa55155a5915b1055d90ec632eebefb6b239fd Mon Sep 17 00:00:00 2001 From: vrom911 Date: Sun, 16 Feb 2020 20:27:36 +0000 Subject: [PATCH] Update package metadata --- CHANGELOG.md | 2 +- colourista.cabal | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b6b9a..f463eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ `colourista` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. -## 0.0.0.0 +## 0.0.0.0 — Feb 16, 2020 🌈 * Initially created. diff --git a/colourista.cabal b/colourista.cabal index 7995a63..e8d6b34 100644 --- a/colourista.cabal +++ b/colourista.cabal @@ -2,13 +2,13 @@ cabal-version: 2.4 name: colourista version: 0.0.0.0 synopsis: Convenient interface for printing colourful messages -description: Convenient interface for printing colourful messages +description: Convenient interface for printing colourful messages based on the @ansi-terminal@ library. homepage: https://github.com/kowainik/colourista bug-reports: https://github.com/kowainik/colourista/issues license: MPL-2.0 license-file: LICENSE -author: Kowainik -maintainer: xrom.xkov@gmail.com +author: Veronika Romashkina, Dmitrii Kovanikov +maintainer: Kowainik copyright: 2020 Kowainik category: Terminal, ANSI build-type: Simple