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 |
|
Weijia Wang
|
70ebfbe1d2
|
quickjs-ng: fix build on aarch64-linux
|
2024-06-28 01:30:59 +02:00 |
|
R. Ryantm
|
50790bd026
|
quickjs-ng: 0.4.1 -> 0.5.0
|
2024-06-28 01:27:56 +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 |
|
Mario Rodas
|
2becf6e837
|
maintainers: drop marsam
|
2024-04-24 04:20:00 +00:00 |
|
R. Ryantm
|
afd4c2dc2e
|
quickjs-ng: 0.3.0 -> 0.4.1
|
2024-03-12 00:29:05 +00:00 |
|
Mario Rodas
|
e7ab3d878c
|
quickjs-ng: init at 0.3.0
|
2023-12-25 04:20:00 +00:00 |
|