aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata/artifact.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/metadata/artifact.lux')
-rw-r--r--stdlib/source/program/aedifex/metadata/artifact.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/aedifex/metadata/artifact.lux b/stdlib/source/program/aedifex/metadata/artifact.lux
index 27448f154..90ce39aa7 100644
--- a/stdlib/source/program/aedifex/metadata/artifact.lux
+++ b/stdlib/source/program/aedifex/metadata/artifact.lux
@@ -100,12 +100,12 @@
(-> Metadata XML)
{xml.#Node ..<metadata>
xml.attributes
- (list (..group_format (value@ #group value))
- (..name_format (value@ #name value))
+ (list (..group_format (the #group value))
+ (..name_format (the #name value))
{xml.#Node ..<versioning>
xml.attributes
- (list (..versions_format (value@ #versions value))
- (..last_updated_format (value@ #last_updated value)))})})
+ (list (..versions_format (the #versions value))
+ (..last_updated_format (the #last_updated value)))})})
(def: (text tag)
(-> xml.Tag (Parser Text))