trilium-{desktop,server}: mark meta.sourceProvenance

This commit is contained in:
FliegendeWurst 2022-06-01 09:42:38 +02:00 committed by Alexander Foremny
parent 9ba8f9c6cf
commit 857463a465

View File

@ -15,6 +15,7 @@ let
inherit description;
homepage = "https://github.com/zadam/trilium";
license = licenses.agpl3Plus;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ fliegendewurst ];
};