mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw)
authorKim Alvefur <zash@zash.se>
Fri, 30 Dec 2022 01:17:05 +0100
changeset 5125 dd2c45d05f73
parent 5124 83afe4078e6e
child 5126 25f39ceccbca
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw) Mistakenly included 'mod_' prefix that the directory doesn't have
mod_auth_dovecot/README.markdown
--- 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