Lizenz und Repository-Referenzen auf eigenen Fork aktualisiert

This commit is contained in:
2026-03-28 13:00:04 +01:00
parent 4c496eee34
commit ceb5002bd6
7 changed files with 31 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ func icalMatchesBev(ic *ical.Component, bev birthdayEvent) bool {
func (bev birthdayEvent) generateICAL(calendar string) (string, *ical.Calendar) {
id := uuid.New().String()
cal := ical.NewCalendar()
cal.Props.SetText(ical.PropProductID, "-//Marco98//MailcowBirthdayDaemon//EN")
cal.Props.SetText(ical.PropProductID, "-//scriptos//MailcowBirthdayDaemon//EN")
cal.Props.SetText(ical.PropVersion, "2.0")
event := ical.NewComponent(ical.CompEvent)
event.Props.SetText(ical.PropUID, id)