rawdog: add myself as a maintainer

This commit is contained in:
Tobias Geerinckx-Rice 2016-01-04 04:23:32 +01:00
parent b2612d4a98
commit f300b2861d

View File

@ -13,11 +13,12 @@ pythonPackages.buildPythonPackage rec {
namePrefix = ""; namePrefix = "";
meta = { meta = with stdenv.lib; {
inherit version; inherit version;
homepage = "http://offog.org/code/rawdog/"; homepage = "http://offog.org/code/rawdog/";
description = "An RSS Aggregator Without Delusions Of Grandeur"; description = "RSS Aggregator Without Delusions Of Grandeur";
license = stdenv.lib.licenses.gpl2; license = licenses.gpl2;
platform = stdenv.lib.platforms.unix; platform = platforms.unix;
maintainers = with maintainers; [ nckx ];
}; };
} }