about summary refs log tree commit diff
path: root/pkgs/servers/documize-community
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-07-04 12:41:44 +0200
committerLinus Heckemann <git@sphalerite.org>2022-07-04 21:21:38 +0200
commitec2bee240424b71886cc11f36fc4a1d241371a12 (patch)
treee506807d5e1ad276867733fa2d918565082496b6 /pkgs/servers/documize-community
parent460b31a32fec0005cdff88621006a90c02146b9b (diff)
maintainers: remove elseym
Simon passed away in December 2021.

Simon, it was a pleasure to work with you, to learn things together
and to share good times. It ended too soon. You will be missed.
Diffstat (limited to 'pkgs/servers/documize-community')
-rw-r--r--pkgs/servers/documize-community/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/documize-community/default.nix b/pkgs/servers/documize-community/default.nix
index 3a49ad012ff53..a6631843ad5cb 100644
--- a/pkgs/servers/documize-community/default.nix
+++ b/pkgs/servers/documize-community/default.nix
@@ -33,7 +33,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
     license = licenses.agpl3;
-    maintainers = with maintainers; [ elseym ];
+    maintainers = with maintainers; [ ];
     mainProgram = "documize";
     homepage = "https://www.documize.com/";
   };