diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-10 22:58:25 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-11 09:48:03 +0100 |
commit | 0ad10fe6a739b776b8458e4a34f3db6a03999b33 (patch) | |
tree | d3088dd492ff1056f2542df0e20b6016be271a35 /dev-haskell/hostname | |
parent | dev-haskell/hsopenssl: allow ghc-8 (diff) | |
download | gentoo-0ad10fe6a739b776b8458e4a34f3db6a03999b33.tar.gz gentoo-0ad10fe6a739b776b8458e4a34f3db6a03999b33.tar.bz2 gentoo-0ad10fe6a739b776b8458e4a34f3db6a03999b33.zip |
dev-haskell/hostname: fix DESCRIPTION length
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/hostname')
-rw-r--r-- | dev-haskell/hostname/hostname-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hostname/hostname-1.0.ebuild b/dev-haskell/hostname/hostname-1.0.ebuild index 946487d932ca..9094550b1272 100644 --- a/dev-haskell/hostname/hostname-1.0.ebuild +++ b/dev-haskell/hostname/hostname-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ EAPI="4" CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal -DESCRIPTION="A very simple package providing a cross-platform means of determining the hostname" +DESCRIPTION="A a cross-platform means of determining the hostname" HOMEPAGE="http://hackage.haskell.org/package/hostname" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" |