matrix-commander: set platforms to unix

This commit is contained in:
Aaron Bieber 2022-12-22 07:50:51 -07:00
parent 9f684b1517
commit bee4802413
No known key found for this signature in database

View File

@ -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 ];
};
}