added metainformation for gpodder and mygpoclient

This commit is contained in:
Sven Keidel
2014-07-21 21:41:27 +02:00
parent 261ecebfaf
commit ee9ffde1cb
4 changed files with 27 additions and 0 deletions
@@ -31,4 +31,14 @@ in buildPythonPackage rec {
installPhase = "DESTDIR=/ PREFIX=$out make install";
meta = {
description = "A podcatcher written in python";
longDescription = ''
gPodder downloads and manages free audio and video content (podcasts)
for you. Listen directly on your computer or on your mobile devices.
'';
homepage = "http://gpodder.org/";
license = "GPLv3";
maintainers = [ stdenv.lib.maintainers.skeidel ];
};
}