i3minator: add platforms and maintain
This commit is contained in:
parent
aa6ddfb119
commit
35d1c4d34a
@ -24,7 +24,7 @@ in buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ pythonPackages.pyyaml i3-py ];
|
propagatedBuildInputs = [ pythonPackages.pyyaml i3-py ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "i3 project manager similar to tmuxinator";
|
description = "i3 project manager similar to tmuxinator";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A simple "workspace manager" for i3. It allows to quickly
|
A simple "workspace manager" for i3. It allows to quickly
|
||||||
@ -33,5 +33,8 @@ in buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
homepage = https://github.com/carlesso/i3minator;
|
homepage = https://github.com/carlesso/i3minator;
|
||||||
license = "WTFPL"; # http://sam.zoy.org/wtfpl/
|
license = "WTFPL"; # http://sam.zoy.org/wtfpl/
|
||||||
|
maintainers = with maintainers; [ iElectric ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user