mailmanPackages.web.meta.homepage: add

This is the URL listed as "Project home" in the README.
This commit is contained in:
Alyssa Ross
2023-08-25 18:48:02 +00:00
parent 94d494b2f6
commit 7ca3513f3e
+1
View File
@@ -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 ];