rawdog: add myself as a maintainer
This commit is contained in:
parent
b2612d4a98
commit
f300b2861d
1 changed files with 5 additions and 4 deletions
|
@ -13,11 +13,12 @@ pythonPackages.buildPythonPackage rec {
|
|||
|
||||
namePrefix = "";
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
homepage = "http://offog.org/code/rawdog/";
|
||||
description = "An RSS Aggregator Without Delusions Of Grandeur";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platform = stdenv.lib.platforms.unix;
|
||||
description = "RSS Aggregator Without Delusions Of Grandeur";
|
||||
license = licenses.gpl2;
|
||||
platform = platforms.unix;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue