From 77f36d6b8b0c86f1bc47b29171177cff11817f3a Mon Sep 17 00:00:00 2001 From: Daniel Viegas Date: Fri, 28 Nov 2025 22:07:36 +0100 Subject: [PATCH] Update plugin author information --- MyTimeline.gpr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyTimeline.gpr.py b/MyTimeline.gpr.py index 5859b35..0383aa5 100644 --- a/MyTimeline.gpr.py +++ b/MyTimeline.gpr.py @@ -39,8 +39,8 @@ register( gramps_target_version=MODULE_VERSION, status=STABLE, fname="MyTimeline.py", - authors=["MyTimeline Plugin"], - authors_email=[""], + authors=["Daniel Viegas"], + authors_email=["dlviegas@gmail.com"], category=("Families", _("Families")), viewclass="MyTimelineView", )