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