changeset 5121:dd2c45d05f73

mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw) Mistakenly included 'mod_' prefix that the directory doesn't have
author Kim Alvefur <zash@zash.se>
date Fri, 30 Dec 2022 01:17:05 +0100
parents 83afe4078e6e
children 25f39ceccbca
files mod_auth_dovecot/README.markdown
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_auth_dovecot/README.markdown	Sun Dec 25 23:00:38 2022 +0100
+++ b/mod_auth_dovecot/README.markdown	Fri Dec 30 01:17:05 2022 +0100
@@ -6,8 +6,8 @@
 rockspec:
   build:
     modules:
-      mod_auth_dovecot: mod_auth_dovecot/mod_auth_dovecot.lua
-      mod_auth_dovecot.sasl_dovecot: mod_auth_dovecot/sasl_dovecot.lib.lua
+      mod_auth_dovecot: auth_dovecot/mod_auth_dovecot.lua
+      mod_auth_dovecot.sasl_dovecot: auth_dovecot/sasl_dovecot.lib.lua
 ...
 
 Introduction