catcli: expand platforms to all
This commit is contained in:
parent
b2c57112d8
commit
1d4f05da4d
|
@ -25,6 +25,6 @@ buildPythonApplication rec {
|
||||||
homepage = "https://github.com/deadc0de6/catcli";
|
homepage = "https://github.com/deadc0de6/catcli";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ petersjt014 ];
|
maintainers = with maintainers; [ petersjt014 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue