diff options
| author | Alyssa Ross <hi@alyssa.is> | 2023-08-25 18:48:02 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-08-26 00:56:49 +0000 |
| commit | 56bfd4431babce01ec8c68e37c5176f4710e88c7 (patch) | |
| tree | b08f2fa367395b9626956e4733182e6ca544e99c | |
| parent | Merge pull request #251422 from NixOS/backport-248040-to-release-23.05 (diff) | |
| download | nixpkgs-56bfd4431babce01ec8c68e37c5176f4710e88c7.tar.gz | |
mailmanPackages.web.meta.homepage: add
This is the URL listed as "Project home" in the README.
(cherry picked from commit 7ca3513f3e86d1d08e7a4fc9c80d27a794d20605)
| -rw-r--r-- | pkgs/servers/mail/mailman/web.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/mail/mailman/web.nix b/pkgs/servers/mail/mailman/web.nix index 64489bc3e412..02ab4f2a1451 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 ]; |
