Skip to content

Commit

Permalink
civicrm: use correct donotsendreportemail extension to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 29, 2023
1 parent 1851eba commit 4d6661b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/civicrm/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

# 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"
Expand Down

0 comments on commit 4d6661b

Please sign in to comment.