about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-01-04 14:47:46 +0100
committersternenseemann <git@lukasepple.de>2017-01-04 14:47:46 +0100
commit68c4f37d0e1405f19bfee4c82d47f730f5307f51 (patch)
treed9648e3935b69f6e68f566b7734c309222c17503
parent80b70bb868075dd3c9e663ed2a6f13f9a6205afc (diff)
Add description and repository to cabal file
-rw-r--r--gopher-proxy.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index 391b55a..31bd026 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -1,9 +1,10 @@
--- Initial gopher-proxy.cabal generated by cabal init.  For further 
+-- Initial gopher-proxy.cabal generated by cabal init.  For further
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                gopher-proxy
 version:             0.1.0.0
 synopsis:            proxy gopher over http
+description:         A simple gopher-over-http proxy to http-ify gopher spaces.
 license:             GPL-3
 license-file:        LICENSE
 author:              sternenseemann
@@ -33,3 +34,7 @@ executable gopher-proxy
                      , directory
   hs-source-dirs:      src
   default-language:    Haskell2010
+
+source-repository head
+  type: git
+  location: git://github.com/sternenseemann/gopher-proxy.git