Files
nixpkgs/pkgs/data/misc
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
..
2024-06-30 23:54:31 +02:00
2024-03-24 07:27:54 +01:00
2024-06-07 16:18:27 +02:00
2024-07-02 06:34:17 +02:00
2024-04-10 21:41:47 +08:00
2024-04-01 23:16:45 +08:00
2024-03-01 02:14:56 +00:00
2024-05-12 02:09:40 +02:00