Commit 1121cec6 authored by Claudio Bley's avatar Claudio Bley
Browse files

mediathekview: Set `mainProgram` to "mediathek"

parent 458ef912
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
    homepage = "https://mediathekview.de/";
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    license = licenses.gpl3Plus;
    mainProgram = "mediathek";
    maintainers = with maintainers; [ moredread ];
    platforms = platforms.all;
  };