diff options
author | Hanketsu <hanketsu@egregore.fun> | 2024-12-19 23:54:29 +0100 |
---|---|---|
committer | Hanketsu <hanketsu@egregore.fun> | 2025-01-16 16:45:24 +0100 |
commit | 5b44e0e4f57f3393fd215dae329a5e4970a2fa87 (patch) | |
tree | 8f50c99e435df327bda9a157aad21da0d68c34ef | |
parent | 5f871159d247483b9beba5d6c4ad9733ab9de148 (diff) |
Add channel introduction to README.
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -8,3 +8,14 @@ Battering is a [Guix channel](https://guix.gnu.org/manual/en/html_node/Channels.html) designed for penetration testing, security assessment, and all-around hacking. + +```scheme +(channel (name 'battering) + (url "https://gnosis.egregore.fun/battering/") + (branch "master") + (introduction + (make-channel-introduction + "5f871159d247483b9beba5d6c4ad9733ab9de148" + (openpgp-fingerprint + "0F1D 4D47 F92B E468 B041 1E19 07B8 6057 C019 5C64")))) +``` |