Merge pull request #284856 from chkno/logseq-provenance

logseq: Note provenance
This commit is contained in:
Mario Rodas
2024-01-30 08:46:05 -05:00
committed by GitHub
@@ -71,6 +71,7 @@ in {
homepage = "https://github.com/logseq/logseq";
changelog = "https://github.com/logseq/logseq/releases/tag/${version}";
license = lib.licenses.agpl3Plus;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" ];
};