rawdog: add myself as a maintainer
This commit is contained in:
parent
b2612d4a98
commit
f300b2861d
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user