# HG changeset patch # User Kim Alvefur # Date 1678114511 -3600 # Node ID 3235b8bd1e55134f37c10ea6c8d6fd8caa7f0474 # Parent 079ca766193bb7436a85eff000930f15ea4176d6 mod_http_oauth2: Include html templates in package for plugin installer luarocks needs this extra metadata diff -r 079ca766193b -r 3235b8bd1e55 mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Thu Feb 23 00:30:59 2023 +0100 +++ b/mod_http_oauth2/README.markdown Mon Mar 06 15:55:11 2023 +0100 @@ -2,6 +2,10 @@ labels: - Stage-Alpha summary: 'OAuth2 API' +rockspec: + build: + copy_directories: + - html ... Introduction