diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-05-31 02:23:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2017-05-31 02:23:36 +0000 |
commit | 5719b7a23c24cd670107a55b7b7ce4033427539d (patch) | |
tree | b7284018b24d69dda58c3ca521eef9fec9a041ae /net-p2p | |
parent | 14a88bc0ad0911502c55d911f0336bb1cc74c8d8 (diff) | |
download | ports-5719b7a23c24cd670107a55b7b7ce4033427539d.tar.gz ports-5719b7a23c24cd670107a55b7b7ce4033427539d.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/hs-torrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/hs-torrent/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/hs-torrent/Makefile b/net-p2p/hs-torrent/Makefile index a8da225a9e90..807bf9693114 100644 --- a/net-p2p/hs-torrent/Makefile +++ b/net-p2p/hs-torrent/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 10000.0.0 CATEGORIES= net-p2p haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= BitTorrent file parser and generater +COMMENT= BitTorrent file parser and generator LICENSE= BSD3CLAUSE diff --git a/net-p2p/hs-torrent/pkg-descr b/net-p2p/hs-torrent/pkg-descr index ea617195356c..f504fae97113 100644 --- a/net-p2p/hs-torrent/pkg-descr +++ b/net-p2p/hs-torrent/pkg-descr @@ -1,3 +1,3 @@ -BitTorrent file parser and generater. +BitTorrent file parser and generator. WWW: http://hackage.haskell.org/package/torrent |