Commit Graph

5 Commits

Author SHA1 Message Date
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Scott Worley
b65ffd505d wasm3: Spell "preInstall" correctly 2023-05-24 09:19:31 -07:00
Robert Scott
25dbfa36fd wasm3: add many knownVulnerabilities 2022-09-25 18:02:35 +01:00
Marco A L Barbosa
b23217f3b2 wasm3: init at 0.5.0 2021-06-22 08:06:31 -03:00