heisfer
|
1b967aa192
|
laravel: 5.8.1 -> 5.8.3
|
2024-06-19 16:52:07 +03:00 |
|
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 |
|
Heisfer
|
c51180147c
|
Laravel: init at 5.8.1 (#314548)
Added composer wrapper (Suggested by yayayayaka)
Removed `with lib;`
|
2024-05-28 11:58:41 +00:00 |
|