Merge pull request #222295 from viraptor/pop-launcher-linux

pop-launcher: mark linux-only
This commit is contained in:
Weijia Wang 2023-03-21 11:06:51 +02:00 committed by GitHub
commit f696be7e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Modular IPC-based desktop launcher service";
homepage = "https://github.com/pop-os/launcher";
platforms = platforms.linux;
license = licenses.mpl20;
maintainers = with maintainers; [ samhug ];
};