From 33fa5ad69c7929c60054a0799e282f789cd28421 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 14 Jan 2019 12:16:20 +0100 Subject: [PATCH] add description in cabal file --- bisc.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bisc.cabal b/bisc.cabal index 35e5a1a..fb495af 100644 --- a/bisc.cabal +++ b/bisc.cabal @@ -1,6 +1,11 @@ name: bisc version: 0.1.0.0 synopsis: A small tool that clears qutebrowser cookies. +description: + + Bisc clears qutebrowser cookies and javascript local storage + by domains, stored in a whitelist. + license: GPL-3 license-file: LICENSE author: Michele Guerini Rocco