maddy: remove maintainer (#138508)

* maddy: remove maintainer

* Update pkgs/servers/maddy/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
alex 2021-09-19 11:02:04 +01:00 committed by GitHub
parent 5a4d8e54c3
commit 4ec3a29566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ buildGoModule rec {
meta = with lib; {
description = "Composable all-in-one mail server";
homepage = "https://foxcpp.dev/maddy";
homepage = "https://maddy.email";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lxea ];
maintainers = with maintainers; [];
};
}