mod_cloud_notify: Reverse dependencies
authorKim Alvefur <zash@zash.se>
Sun, 17 Oct 2021 23:25:25 +0200
changeset 4715 46ca47a12770
parent 4714 099dcdb732b1
child 4716 48d7a5c16f2b
mod_cloud_notify: Reverse dependencies These 3 modules depend on mod_cloud_notify, so this should be reflected in the metadata. And the dependency resolver gotta have something to do! :)
mod_cloud_notify_encrypted/README.md
mod_cloud_notify_filters/README.md
mod_cloud_notify_priority_tag/README.md
--- a/mod_cloud_notify_encrypted/README.md	Sun Oct 17 17:08:07 2021 +0200
+++ b/mod_cloud_notify_encrypted/README.md	Sun Oct 17 23:25:25 2021 +0200
@@ -2,6 +2,9 @@
 labels:
 - 'Stage-Alpha'
 summary: 'Support for encrypted payloads in push notifications'
+rockspec:
+  dependencies:
+  - mod_cloud_notify
 ...
 
 Introduction
--- a/mod_cloud_notify_filters/README.md	Sun Oct 17 17:08:07 2021 +0200
+++ b/mod_cloud_notify_filters/README.md	Sun Oct 17 23:25:25 2021 +0200
@@ -2,6 +2,9 @@
 labels:
 - 'Stage-Alpha'
 summary: 'Support for push notification filtering rules'
+rockspec:
+  dependencies:
+  - mod_cloud_notify
 ...
 
 Introduction
--- a/mod_cloud_notify_priority_tag/README.md	Sun Oct 17 17:08:07 2021 +0200
+++ b/mod_cloud_notify_priority_tag/README.md	Sun Oct 17 23:25:25 2021 +0200
@@ -2,6 +2,9 @@
 labels:
 - 'Stage-Alpha'
 summary: 'Support for encrypted payloads in push notifications'
+rockspec:
+  dependencies:
+  - mod_cloud_notify
 ...
 
 Introduction