Unverified Commit 61b17611 authored by a-n-n-a-l-e-e's avatar a-n-n-a-l-e-e Committed by GitHub
Browse files

Merge pull request #281658 from felipeqq2/legendary-gl/main-program

legendary-gl: add main program
parents 4b7c4807 6dbaf744
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ buildPythonApplication rec {
    homepage = "https://github.com/derrod/legendary";
    license = licenses.gpl3;
    maintainers = with maintainers; [ equirosa ];
    mainProgram = "legendary";
  };

  passthru.updateScript = gitUpdater { };