diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 11:36:45 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 11:36:45 +0400 |
commit | 2bdeb03de13456945a50ceb3f0d01ba7c27462dc (patch) | |
tree | 2c6e373f41832ab5ce079ad7d3e487c6375c7f1f /bittorrent.cabal | |
parent | 918bb023aec3a49298003ec87da341d744190320 (diff) |
Fix typo
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
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 |
13 | homepage: https://github.com/cobit/bittorrent | 13 | homepage: https://github.com/cobit/bittorrent |
14 | bug-reports: https://github.com/cobit/bittorrent/issues | 14 | bug-reports: https://github.com/cobit/bittorrent/issues |
15 | synopsis: Bittorrent protocol implementation. | 15 | synopsis: BitTorrent protocol implementation. |
16 | description: | 16 | description: |
17 | 17 | ||
18 | A library for making Haskell bittorrent applications easy. | 18 | A library for making Haskell bittorrent applications easy. |