Commit Graph

4 Commits

Author SHA1 Message Date
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
auxves
3dd6060ab5 raylib: support macOS 2023-10-28 00:40:38 +02:00
Emery Hemingway
19d9ac28cc raylib-games: init at 2022-10-14
Now we have something to test our Raylib package against.
2022-10-31 08:54:48 -05:00