Merge pull request #119674 from alyssais/mailman

mailman: add myself as a maintainer all around

authored by Pavol Rusnak and committed by GitHub 5f4bf8d8 bf5f0f15

+7 -7
+1 -1
nixos/modules/services/mail/mailman.nix
··· 454 454 }; 455 455 456 456 meta = { 457 - maintainers = with lib.maintainers; [ lheckemann ]; 457 + maintainers = with lib.maintainers; [ lheckemann qyliss ]; 458 458 doc = ./mailman.xml; 459 459 }; 460 460
+1 -1
pkgs/development/python-modules/django-mailman3/default.nix
··· 27 27 description = "Django library for Mailman UIs"; 28 28 homepage = "https://gitlab.com/mailman/django-mailman3"; 29 29 license = licenses.gpl3Plus; 30 - maintainers = with maintainers; [ globin peti ]; 30 + maintainers = with maintainers; [ globin peti qyliss ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/mailman-hyperkitty/default.nix
··· 21 21 description = "Mailman archiver plugin for HyperKitty"; 22 22 homepage = "https://gitlab.com/mailman/mailman-hyperkitty"; 23 23 license = licenses.gpl3; 24 - maintainers = with maintainers; [ globin peti ]; 24 + maintainers = with maintainers; [ globin peti qyliss ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/python-modules/mailmanclient/default.nix
··· 17 17 description = "REST client for driving Mailman 3"; 18 18 license = licenses.lgpl3; 19 19 platforms = platforms.linux; 20 - maintainers = with maintainers; [ peti globin ]; 20 + maintainers = with maintainers; [ peti globin qyliss ]; 21 21 }; 22 22 }
+1 -1
pkgs/servers/mail/mailman/default.nix
··· 54 54 homepage = "https://www.gnu.org/software/mailman/"; 55 55 description = "Free software for managing electronic mail discussion and newsletter lists"; 56 56 license = lib.licenses.gpl3Plus; 57 - maintainers = with lib.maintainers; [ peti ]; 57 + maintainers = with lib.maintainers; [ peti qyliss ]; 58 58 }; 59 59 }
+1 -1
pkgs/servers/mail/mailman/hyperkitty.nix
··· 42 42 description = "Archiver for GNU Mailman v3"; 43 43 license = lib.licenses.gpl3; 44 44 platforms = lib.platforms.linux; 45 - maintainers = with lib.maintainers; [ peti globin ]; 45 + maintainers = with lib.maintainers; [ peti globin qyliss ]; 46 46 }; 47 47 }
+1 -1
pkgs/servers/mail/mailman/postorius.nix
··· 23 23 homepage = "https://docs.mailman3.org/projects/postorius"; 24 24 description = "Web-based user interface for managing GNU Mailman"; 25 25 license = licenses.gpl3Plus; 26 - maintainers = with maintainers; [ globin peti ]; 26 + maintainers = with maintainers; [ globin peti qyliss ]; 27 27 }; 28 28 }