aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/static.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/compositor/static.lux')
-rw-r--r--stdlib/source/program/compositor/static.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor/static.lux b/stdlib/source/program/compositor/static.lux
index 51bbef0e9..d5e100f30 100644
--- a/stdlib/source/program/compositor/static.lux
+++ b/stdlib/source/program/compositor/static.lux
@@ -1,11 +1,11 @@
(.module:
[lux #*
- [target (#+ Host)]
+ [target (#+ Target)]
[world
[file (#+ Path)]]])
(type: #export Static
- {#host Host
+ {#host Target
#host_module_extension Text
#target Path
#artifact_extension Text})