Fixing the metadata for libmrss.

svn path=/nixpkgs/trunk/; revision=25326
This commit is contained in:
Lluís Batlle i Rossell 2010-12-30 21:24:27 +00:00
parent 1c5180c7e5
commit e57b416d69
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ stdenv.mkDerivation {
buildInputs = [ curl libnxml pkgconfig ];
meta = {
homepage = http://code.google.com/p/feed-reader-lib;
description = "C++ library designed to retrieve and parse web feeds such as RSS, ATOM and RDF";
license = "MIT";
homepage = http://www.autistici.org/bakunin/libmrss/doc;
description = "C library for parsing, writing and creating RSS/ATOM files or streams";
license = "LGPLv2";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.viric ];