mailman: add myself as a maintainer all around
This commit is contained in:
@@ -54,6 +54,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://www.gnu.org/software/mailman/";
|
||||
description = "Free software for managing electronic mail discussion and newsletter lists";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ peti ];
|
||||
maintainers = with lib.maintainers; [ peti qyliss ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@ buildPythonPackage rec {
|
||||
description = "Archiver for GNU Mailman v3";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ peti globin ];
|
||||
maintainers = with lib.maintainers; [ peti globin qyliss ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://docs.mailman3.org/projects/postorius";
|
||||
description = "Web-based user interface for managing GNU Mailman";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ globin peti ];
|
||||
maintainers = with maintainers; [ globin peti qyliss ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user