Merge pull request #136593 from AMDmi3/patch-2

pactorio: fix typo in description

authored by

Sandro and committed by
GitHub
7e1d01bc 104c625a

+1 -1
+1 -1
pkgs/development/tools/pactorio/default.nix
··· 25 GEN_COMPLETIONS = "1"; 26 27 meta = with lib; { 28 - description = "Mod package for factorio"; 29 homepage = "https://github.com/figsoda/pactorio"; 30 changelog = "https://github.com/figsoda/pactorio/blob/v${version}/CHANGELOG.md"; 31 license = licenses.mpl20;
··· 25 GEN_COMPLETIONS = "1"; 26 27 meta = with lib; { 28 + description = "Mod packager for factorio"; 29 homepage = "https://github.com/figsoda/pactorio"; 30 changelog = "https://github.com/figsoda/pactorio/blob/v${version}/CHANGELOG.md"; 31 license = licenses.mpl20;