i3minator: add platforms and maintain

This commit is contained in:
Domen Kožar 2014-02-12 19:22:44 +01:00
parent aa6ddfb119
commit 35d1c4d34a

View File

@ -24,7 +24,7 @@ in buildPythonPackage rec {
propagatedBuildInputs = [ pythonPackages.pyyaml i3-py ];
meta = {
meta = with stdenv.lib; {
description = "i3 project manager similar to tmuxinator";
longDescription = ''
A simple "workspace manager" for i3. It allows to quickly
@ -33,5 +33,8 @@ in buildPythonPackage rec {
'';
homepage = https://github.com/carlesso/i3minator;
license = "WTFPL"; # http://sam.zoy.org/wtfpl/
maintainers = with maintainers; [ iElectric ];
platforms = stdenv.lib.platforms.linux;
};
}