lua-section.md: use lib.licenses in example code snippet

This commit is contained in:
Marc Jakobi
2026-05-25 22:32:57 +02:00
parent 09524d46c0
commit f45c940c13

View File

@@ -232,7 +232,7 @@ The following is an example:
vyp
lblasc
];
license.fullName = "MIT/X11";
license = lib.licenses.mit;
};
};
}