guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eaae33bcbb8f8d1b0d2bc5a880983a20f6b5d7eb
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Feb 18 17:23:18 2026 +0900

    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"

Reply via email to