Unverified Commit f696be7e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

pop-launcher: mark linux-only
parents 1e821c8c 6a6bed8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };