summaryrefslogtreecommitdiff
path: root/lua.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-17 16:59:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-17 17:36:06 +0000
commit2820220193a4ba871d25b210448a4117c0854637 (patch)
tree583745f7656549f37334dad3c1bfa9cb0a65d9eb /lua.morph
parent8c9026173ac79ddd47b80d9eefde1902f177d50f (diff)
downloaddefinitions-2820220193a4ba871d25b210448a4117c0854637.tar.gz
Re-order system and stratum morphology fields.
This is the new canonical ordering.
Diffstat (limited to 'lua.morph')
-rw-r--r--lua.morph12
1 files changed, 6 insertions, 6 deletions
diff --git a/lua.morph b/lua.morph
index c93fe39f..d81f3c86 100644
--- a/lua.morph
+++ b/lua.morph
@@ -1,10 +1,10 @@
+name: lua
+kind: stratum
+description: Interpreter for the lua scripting language.
build-depends:
- morph: tools
chunks:
-- build-depends: []
- name: lua
- ref: baserock/5.1-morph
+- name: lua
repo: upstream:lua
-description: Interpreter for the lua scripting language.
-kind: stratum
-name: lua
+ ref: baserock/5.1-morph
+ build-depends: []