mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
rawdog: add myself as a maintainer
This commit is contained in:
parent
b2612d4a98
commit
f300b2861d
@ -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 New Issue
Block a user