summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/soju/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/soju/default.nix')
-rw-r--r--pkgs/applications/networking/soju/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/soju/default.nix b/pkgs/applications/networking/soju/default.nix
index ae424a1fe50a..58ffecef723a 100644
--- a/pkgs/applications/networking/soju/default.nix
+++ b/pkgs/applications/networking/soju/default.nix
@@ -60,6 +60,6 @@ buildGoModule rec {
homepage = "https://soju.im";
changelog = "https://git.sr.ht/~emersion/soju/refs/${src.rev}";
license = licenses.agpl3Only;
- maintainers = with maintainers; [ azahi malvo ];
+ maintainers = with maintainers; [ azahi malte-v ];
};
}