haskell-feed: cosmetic
This commit is contained in:
parent
c3d3097ab2
commit
ebe6ff8b47
|
@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||||
buildDepends = [ utf8String xml ];
|
buildDepends = [ utf8String xml ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/sof/feed";
|
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;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
|
Loading…
Reference in New Issue