git-cola: changed platform to Linux only
This commit is contained in:
parent
62578cd38b
commit
9254ee082e
@ -30,7 +30,7 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
homepage = https://github.com/git-cola/git-cola;
|
homepage = https://github.com/git-cola/git-cola;
|
||||||
description = "A sleek and powerful Git GUI";
|
description = "A sleek and powerful Git GUI";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.bobvanderlinden ];
|
maintainers = [ maintainers.bobvanderlinden ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user