Commit def8bfe0 authored by a-kenji's avatar a-kenji Committed by Yaya
Browse files

hebbot: set meta.mainProgram

parent 55af7f3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/haecker-felix/hebbot";
    changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}";
    license = with licenses; [ agpl3 ];
    mainProgram = "hebbot";
    maintainers = with maintainers; [ a-kenji ];
  };
}