From b21742d24e797623a767d9d0583277a9252470df Mon Sep 17 00:00:00 2001
From: Patrick Cernko <pcernko@mpi-klsb.mpg.de>
Date: Tue, 5 Oct 2021 11:49:34 +0200
Subject: [PATCH] fork of https://gitlab.fechner.net/mfechner/mailman2sympa.git

---
 README.md | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 8a40982..9c62c0a 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,12 @@
-This project was initially cloned from:
+This project was cloned from:
+https://gitlab.fechner.net/mfechner/mailman2sympa.git
+
+Initially cloned from:
 https://git.fs.lmu.de/roots/mailman2sympa
 
-This setup is used to migrate mailman running on FreeBSD to sympa.
-
-You must have installed some depedencies:
-```
-pkg install mailman zsh bash python2
-```
+This setup is used to migrate mailman to sympa.
 
 Execute for each mailinglist the command:
 ```
-import_mailman_list.sh mailinglist
+mm2sympa.sh LIST@DOMAIN
 ```
-
-- 
GitLab