From eaae33bcbb8f8d1b0d2bc5a880983a20f6b5d7eb Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 18 Feb 2026 17:23:18 +0900 Subject: [PATCH] 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 --- manifest.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/manifest.scm b/manifest.scm index 4032ff8248..ea8e25e405 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"