]> git.openstreetmap.org Git - chef.git/commitdiff
civicrm: use correct donotsendreportemail extension to repo
authorGrant Slater <github@firefishy.com>
Fri, 29 Dec 2023 23:42:21 +0000 (23:42 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 29 Dec 2023 23:42:21 +0000 (23:42 +0000)
cookbooks/civicrm/attributes/default.rb

index 441aba3f3f3f3949966f885a5315ff26e0a7b3b2..fb2bedbf1f2d31045b8453fc0fe67f4f0cc114e2 100644 (file)
@@ -21,8 +21,8 @@ default[:civicrm][:extensions][:username][:revision] = "9d67583bd3e0342a9770cde4
 
 # do not send report emails if daily report is empty (mwg)
 default[:civicrm][:extensions][:donotsendreportemail][:name] = "org.civicrm.donotsendreportemail"
-default[:civicrm][:extensions][:donotsendreportemail][:repository] = "https://github.com/grischard/org.civicrm.donotsendreportemail.git"
-default[:civicrm][:extensions][:donotsendreportemail][:revision] = "fbafa37f4bb432239191aa8f807919371a9cd714"
+default[:civicrm][:extensions][:donotsendreportemail][:repository] = "https://github.com/pradpnayak/org.civicrm.donotsendreportemail.git"
+default[:civicrm][:extensions][:donotsendreportemail][:revision] = "1.0"
 
 # make civicrm look nicer
 default[:civicrm][:extensions][:theisland][:name] = "theisland"