summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-27 17:49:24 +0000
committerLars Wirzenius <liw@liw.fi>2021-11-27 17:49:24 +0000
commita6a9494e986fe6b70350ff098d624ac33f0fa849 (patch)
tree1644b7dbbf5c740773d930f874a5bfe66f3817cb
parentf44c60f5ef043ed0a965ba4b937f0aacd8f94d45 (diff)
parent0a63b5b6b352438febec35bb79588c085fcc26c2 (diff)
downloadsummain-rs-a6a9494e986fe6b70350ff098d624ac33f0fa849.tar.gz
Merge branch 'fix-subplot' into 'main'
fix: subplot to work with current Subplot See merge request larswirzenius/summain!29
-rw-r--r--summain.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/summain.md b/summain.md
index de2914c..ae6166a 100644
--- a/summain.md
+++ b/summain.md
@@ -249,11 +249,11 @@ target: ~
---
title: "Summain&mdash;deterministic file manifests"
author: Lars Wirzenius
-template: python
bindings:
- subplot/summain.yaml
- lib/runcmd.yaml
-functions:
+impls:
+ python:
- subplot/summain.py
- lib/runcmd.py
...