No active development on this now

Since the set of features it needs to support are pretty stable to
follow a fixed historical target, "development" is not so much a
thing, and maintenance is only necessary when changes to the
materials supported at the time of that snapshot change their
definitions.
This commit is contained in:
Aaron Suen 2023-04-21 08:21:05 -04:00
parent e848bd2246
commit 6c00c7a618

View File

@ -19,10 +19,10 @@ stamp = ("00000000" .. stamp):sub(-8)
return {
user = "Warr1024",
pkg = "nc_regression",
dev_state = "ACTIVELY_DEVELOPED",
dev_state = "MAINTENANCE_ONLY",
version = stamp .. "-$Format:%h$",
long_description = readtext("README.md"),
screenshots = {readbinary('.cdbscreen.jpg')}
}
-- luacheck: pop
-- luacheck: pop