kargo: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-22 15:55:48 +07:00
parent 8e86eec6de
commit 4eda69a8ec

View file

@ -31,7 +31,7 @@ buildPythonApplication rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/kubespray/kargo-cli"; homepage = "https://github.com/kubespray/kargo-cli";
description = "A tool helps to deploy a kubernetes cluster with Ansible"; description = "A tool helps to deploy a kubernetes cluster with Ansible";
platforms = platforms.linux; platforms = platforms.all;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };