trilium-{desktop,server}: add eliandoran to maintainers

This commit is contained in:
Elian Doran 2023-01-16 22:03:54 +02:00
parent 96726e8fb9
commit 93ad2ef195

View file

@ -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 {