Commit Graph

4 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
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Maciej Krüger
b6831bf3b4
cjdns-tools: remove myself as maintainer 2024-01-23 16:33:22 +01:00
Maciej Krüger
74a98d52d7
cjdns-tools: init at 21.1
This adds cjdns-tools which is exposing the tools from
$cjdns/tools/ under a command named cjdns-tools
(so for ex cjdns "ping" is accessible as cjdns-tools ping <ip>)

Additionally patches cjdns tools to read admin pw from /etc/cjdns.keys

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-09 07:33:47 +01:00