From f6f9ea1a179448bd0a74c43717188df7a41e8a97 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 15 May 2019 03:12:26 +0200 Subject: [PATCH] fixes to the .cabal --- breve.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/breve.cabal b/breve.cabal index 3349b5f..9ad370b 100644 --- a/breve.cabal +++ b/breve.cabal @@ -1,26 +1,26 @@ name: breve -version: 0.4.5.0 +version: 0.4.5.1 synopsis: a url shortener description: Breve is a web application that provides a simple interface to shortening long urls creating links smaller and easier to remember. -homepage: https://github.com/rnhmjoj/breve +homepage: https://maxwell.ydns.eu/git/rnhmjoj/breve license: GPL-3 license-file: LICENSE author: rnhmjoj -maintainer: micheleguerinirocco@me.com -copyright: (C) Michele Guerini Rocco 2015 +maintainer: rnhmjoj@inventati.org +copyright: (C) Michele Guerini Rocco 2019 category: Web build-type: Simple extra-source-files: README.md, LICENSE -data-files: static/*.png, static/*.css +data-files: static/*.png, static/*.css static/*.woff cabal-version: >=1.10 source-repository head type: git - location: https://github.com/rnhmjoj/breve + location: https://maxwell.ydns.eu/git/rnhmjoj/breve executable breve main-is: Main.hs