mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #119674 from alyssais/mailman
mailman: add myself as a maintainer all around
This commit is contained in:
@@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "Django library for Mailman UIs";
|
||||
homepage = "https://gitlab.com/mailman/django-mailman3";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ globin peti ];
|
||||
maintainers = with maintainers; [ globin peti qyliss ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@ buildPythonPackage rec {
|
||||
description = "Mailman archiver plugin for HyperKitty";
|
||||
homepage = "https://gitlab.com/mailman/mailman-hyperkitty";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ globin peti ];
|
||||
maintainers = with maintainers; [ globin peti qyliss ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,6 +17,6 @@ buildPythonPackage rec {
|
||||
description = "REST client for driving Mailman 3";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ peti globin ];
|
||||
maintainers = with maintainers; [ peti globin qyliss ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user