From 93ad2ef195537e54c6310db00d07c2667bdb742d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 16 Jan 2023 22:03:54 +0200 Subject: [PATCH] trilium-{desktop,server}: add eliandoran to maintainers --- pkgs/applications/office/trilium/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/trilium/default.nix b/pkgs/applications/office/trilium/default.nix index 74bcb1172d21..35b9b694c091 100644 --- a/pkgs/applications/office/trilium/default.nix +++ b/pkgs/applications/office/trilium/default.nix @@ -7,7 +7,7 @@ let license = licenses.agpl3Plus; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ fliegendewurst ]; + maintainers = with maintainers; [ fliegendewurst eliandoran ]; }; in {