added platform meta information to gpodder

This commit is contained in:
Sven Keidel
2014-07-22 09:39:06 +02:00
parent ee9ffde1cb
commit 4ef371e1f6
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ buildPythonPackage rec {
'';
homepage = "https://thp.io/2010/mygpoclient/";
license = "GPLv3";
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = [ stdenv.lib.maintainers.skeidel ];
};
}