Unverified Commit 9efb57e5 authored by eyjhb's avatar eyjhb
Browse files

greetd.greetd: Set mainProgram to `greetd`

parent 31fcc26e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
      Comes with agreety, a simple, text-based greeter.
    '';
    homepage = "https://sr.ht/~kennylevinsen/greetd/";
    mainProgram = "greetd";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;