about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/matrix-commander
diff options
context:
space:
mode:
authorAaron Bieber <aaron@bolddaemon.com>2022-12-22 07:50:51 -0700
committerAaron Bieber <aaron@bolddaemon.com>2022-12-22 07:50:51 -0700
commitbee480241329615b15a58c839c07ca65590e12e3 (patch)
tree5e512959aaef7553c499b6dd8e7cbc0554dfb365 /pkgs/applications/networking/instant-messengers/matrix-commander
parent9f684b1517a9dc1a456134a26493df7874027dd9 (diff)
matrix-commander: set platforms to unix
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/matrix-commander')
-rw-r--r--pkgs/applications/networking/instant-messengers/matrix-commander/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }