diff options
author | Arun Isaac | 2025-09-08 18:50:49 +0100 |
---|---|---|
committer | Arun Isaac | 2025-09-08 18:53:21 +0100 |
commit | eb9260205bab5ccb9dc8ef900dbe85dbaa79d2d4 (patch) | |
tree | 5bad0f48f2672e40f3e32ea4f61ef51652742302 /doc/joint-workflow.uml | |
parent | 34bab6cb5e4bcfe974e3ae06c88891761237ab12 (diff) | |
download | pyhegp-eb9260205bab5ccb9dc8ef900dbe85dbaa79d2d4.tar.gz pyhegp-eb9260205bab5ccb9dc8ef900dbe85dbaa79d2d4.tar.lz pyhegp-eb9260205bab5ccb9dc8ef900dbe85dbaa79d2d4.zip |
Specify PlantUML output filenames.
This is so that we don't end up with long Guix store hashes in the output filename when these images are built on CI using the Guix computed-file.
Diffstat (limited to 'doc/joint-workflow.uml')
-rw-r--r-- | doc/joint-workflow.uml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/joint-workflow.uml b/doc/joint-workflow.uml index 9ffa3c4..8488b79 100644 --- a/doc/joint-workflow.uml +++ b/doc/joint-workflow.uml @@ -1,4 +1,4 @@ -@startuml +@startuml joint-workflow actor "Data Broker" as broker actor "Data Owner 1" as owner1 actor "Data Owner 2" as owner2 |