Commit Graph

9 Commits

Author SHA1 Message Date
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
aleksana
07c1bc2034 treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
R. Ryantm
ab039b1670 twspace-dl: 2023.7.24.1 -> 2024.7.2.1 2024-07-04 05:22:30 +00: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
Mario Rodas
f67e1c6e50 twspace-dl: 2023.1.22.1 -> 2023.7.24.1
Diff: https://github.com/HoloArchivists/twspace-dl/compare/2023.1.22.1...2023.7.24.1

Changelog: https://github.com/HoloArchivists/twspace-dl/releases/tag/2023.7.24.1
2023-07-24 04:20:00 +00:00
Weijia Wang
13600367b2 treewide: misc: use top-level fetchPypi 2023-05-25 17:07:31 +03:00
Mario Rodas
f19e1ef486 twspace-dl: 2022.6.6.1 -> 2023.1.22.1
https://github.com/HoloArchivists/twspace-dl/releases/tag/2023.1.22.0
2023-01-22 04:20:00 +00:00
Mario Rodas
1bb60c2755 twspace-dl: init at 2022.6.6.1 2022-10-08 04:00:00 +00:00