haskell-feed: cosmetic

This commit is contained in:
Peter Simons 2013-10-16 17:09:26 +02:00
parent c3d3097ab2
commit ebe6ff8b47

View File

@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
buildDepends = [ utf8String xml ];
meta = {
homepage = "https://github.com/sof/feed";
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds";
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];