Merge pull request #207269 from qbit/matrix-commander-unix

matrix-commander: set platforms to unix
This commit is contained in:
K900 2023-02-03 17:57:46 +03:00 committed by GitHub
commit 97b31ef612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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