Commit Graph

6 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
Silvan Mosberger
262489190d
Merge pull request #315505 from tie/badlion-client-fix-build
badlion-client: 3.15.0 -> 4.3.0
2024-07-24 15:45:23 +02:00
Ivan Trubach
e1f0444f49 badlion-client: 3.15.0 -> 4.3.0
Also use web.archive.org URL since it doesn’t look like there are any
stable URLs with binary downloads.
2024-07-24 10:36:01 +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
Jean-Baptiste Giraudeau
17151c649e badlion-client: fix build 2024-04-24 15:26:52 +02:00
starzation
778f535304 badlion-client: init at 3.15.0 2023-11-20 23:28:51 +07:00