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