From 0044c7561e921b3c60cd26b078c745d02ce29928 Mon Sep 17 00:00:00 2001
From: Lennart Spitzner <lsp@informatik.uni-kiel.de>
Date: Wed, 17 May 2017 00:10:36 +0200
Subject: [PATCH] Prepare release, Change .cabal file

---
 butcher.cabal | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/butcher.cabal b/butcher.cabal
index aa06815..94cec2d 100644
--- a/butcher.cabal
+++ b/butcher.cabal
@@ -1,5 +1,7 @@
 name:                butcher
 version:             1.1.0.0
+synopsis:            Chops a command or program invocation into digestable pieces.
+description:         See the README (it is properly formatted on github)
 license:             BSD3
 license-file:        LICENSE
 author:              Lennart Spitzner
@@ -7,21 +9,19 @@ maintainer:          lsp@informatik.uni-kiel.de
 copyright:           Copyright (C) 2016-2017 Lennart Spitzner
 category:            UI
 build-type:          Simple
-synopsis:            Chops a command or program invocation into digestable pieces.
-description:         See the README.
 Stability:           experimental
-
 extra-source-files: {
   ChangeLog.md
   srcinc/prelude.inc
   README.md
 }
-
 cabal-version:       >=1.10
+homepage:            https://github.com/lspitzner/butcher/
+bug-reports:         https://github.com/lspitzner/butcher/issues
 
 source-repository head {
   type: git
-  location: git@github.com:lspitzner/butcher.git
+  location: https://github.com/lspitzner/butcher.git
 }
 
 flag butcher-dev