Commit f790e47a authored by ayes-web's avatar ayes-web
Browse files

gallery-dl: add meta.mainProgram

parent 140ab25c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ buildPythonApplication rec {
    homepage = "https://github.com/mikf/gallery-dl";
    changelog = "https://github.com/mikf/gallery-dl/blob/v${version}/CHANGELOG.md";
    license = licenses.gpl2Only;
    mainProgram = "gallery-dl";
    maintainers = with maintainers; [ dawidsowa marsam ];
  };
}