From bee480241329615b15a58c839c07ca65590e12e3 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 22 Dec 2022 07:50:51 -0700 Subject: matrix-commander: set platforms to unix --- .../networking/instant-messengers/matrix-commander/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking/instant-messengers/matrix-commander') diff --git a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix index 1535b694231e2..6a1b5086bc936 100644 --- a/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix +++ b/pkgs/applications/networking/instant-messengers/matrix-commander/default.nix @@ -57,7 +57,7 @@ buildPythonApplication rec { description = "Simple but convenient CLI-based Matrix client app for sending and receiving"; homepage = "https://github.com/8go/matrix-commander"; license = licenses.gpl3Plus; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = [ maintainers.seb314 ]; }; } -- cgit 1.4.1