Commit Graph

5 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
Martin Weinelt
17ce05499a selenium-manager: 4.18.1 -> 4.22.0
https://github.com/SeleniumHQ/selenium/compare/selenium-4.18.1...selenium-4.22.0
2024-06-24 12:18:30 +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
Martin Weinelt
6a92f1a8d6
selenium-manager: fix darwin build 2024-03-17 15:01:44 +01:00
Martin Weinelt
ff098ce6c8 selenium-manager: init at 4.18.1
Unvendors the selenium-manager used among in its various bindings.
2024-03-12 18:25:09 +01:00