diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-18 17:23:18 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-18 17:51:19 +0900 |
| commit | eaae33bcbb8f8d1b0d2bc5a880983a20f6b5d7eb (patch) | |
| tree | 1704319930b2c4c3bf36441db352b28064abdf27 | |
| parent | 99c1e2c5400c2a58cb0ec17c8269da20b81a26fa (diff) | |
manifest.scm: Remove email-based tools.
We're now well into the Codeberg era, for the better and worse.
* manifest.scm: Remove b4, git:send-email, mumi, patman and openssl.
Change-Id: I04eb74555942bb4853d3cddde84c6975b4ccac2d
| -rw-r--r-- | manifest.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/manifest.scm b/manifest.scm index 4032ff82481..ea8e25e405d 100644 --- a/manifest.scm +++ b/manifest.scm @@ -45,14 +45,9 @@ ;; Useful extras for patches submission. (specifications->manifest - (list "b4" - "codeberg-cli" + (list "codeberg-cli" "git" - "git:send-email" - "mumi" - "nss-certs" - "openssl" ;required if using 'smtpEncryption = tls' - "patman")) + "nss-certs")) ;; For installer (specifications->manifest (list "guile-newt" |
