summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-26 11:36:45 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-26 11:36:45 +0400
commit2bdeb03de13456945a50ceb3f0d01ba7c27462dc (patch)
tree2c6e373f41832ab5ce079ad7d3e487c6375c7f1f /bittorrent.cabal
parent918bb023aec3a49298003ec87da341d744190320 (diff)
Fix typo
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 68410707..f932c909 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -12,7 +12,7 @@ tested-with: GHC == 7.4.1
12 , GHC == 7.6.3 12 , GHC == 7.6.3
13homepage: https://github.com/cobit/bittorrent 13homepage: https://github.com/cobit/bittorrent
14bug-reports: https://github.com/cobit/bittorrent/issues 14bug-reports: https://github.com/cobit/bittorrent/issues
15synopsis: Bittorrent protocol implementation. 15synopsis: BitTorrent protocol implementation.
16description: 16description:
17 17
18 A library for making Haskell bittorrent applications easy. 18 A library for making Haskell bittorrent applications easy.