From 7ca3513f3e86d1d08e7a4fc9c80d27a794d20605 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 25 Aug 2023 18:48:02 +0000 Subject: [PATCH] mailmanPackages.web.meta.homepage: add This is the URL listed as "Project home" in the README. --- pkgs/servers/mail/mailman/web.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/mail/mailman/web.nix b/pkgs/servers/mail/mailman/web.nix index b63fa8c65505..ed5c267ad0c2 100644 --- a/pkgs/servers/mail/mailman/web.nix +++ b/pkgs/servers/mail/mailman/web.nix @@ -39,6 +39,7 @@ buildPythonPackage rec { ]; meta = with lib; { + homepage = "https://gitlab.com/mailman/mailman-web"; description = "Django project for Mailman 3 web interface"; license = licenses.gpl3Plus; maintainers = with maintainers; [ qyliss m1cr0man ];