summary refs log tree commit diff
path: root/pkgs/servers/mail
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-08-25 18:48:02 +0000
committerAlyssa Ross <hi@alyssa.is>2023-08-25 18:48:02 +0000
commit7ca3513f3e86d1d08e7a4fc9c80d27a794d20605 (patch)
tree68259e0969373e2062b928a625028f550efcc44e /pkgs/servers/mail
parent94d494b2f667a9c910582e1ba9648babd63550bf (diff)
downloadnixpkgs-7ca3513f3e86d1d08e7a4fc9c80d27a794d20605.tar
nixpkgs-7ca3513f3e86d1d08e7a4fc9c80d27a794d20605.tar.gz
nixpkgs-7ca3513f3e86d1d08e7a4fc9c80d27a794d20605.tar.bz2
nixpkgs-7ca3513f3e86d1d08e7a4fc9c80d27a794d20605.tar.lz
nixpkgs-7ca3513f3e86d1d08e7a4fc9c80d27a794d20605.tar.xz
nixpkgs-7ca3513f3e86d1d08e7a4fc9c80d27a794d20605.tar.zst
nixpkgs-7ca3513f3e86d1d08e7a4fc9c80d27a794d20605.zip
mailmanPackages.web.meta.homepage: add
This is the URL listed as "Project home" in the README.
Diffstat (limited to 'pkgs/servers/mail')
-rw-r--r--pkgs/servers/mail/mailman/web.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/mail/mailman/web.nix b/pkgs/servers/mail/mailman/web.nix
index b63fa8c6550..ed5c267ad0c 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 ];