Jörg Thalheim
|
5356420466
|
treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
|
2024-07-29 10:06:20 +08: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 |
|
Aaron Andersen
|
f54620d089
|
kodi: 20.5 -> 21.0
|
2024-04-16 09:52:09 -04:00 |
|
fr33zing
|
02f6d506c1
|
kodiPackages.osmc-skin: 18.0.0 -> 20.1.0
|
2023-11-22 19:45:06 -08:00 |
|
AndersonTorres
|
4ec32d1ba3
|
kodi: move kodi-packages/ to kodi/addons/
|
2021-12-18 22:34:47 -03:00 |
|