From 1d5980b89adfe4ee9f56e85a395ea8cb28435c7f Mon Sep 17 00:00:00 2001 From: Michel Lavrauw <60788757+mlavrauw@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:42:06 +0100 Subject: [PATCH] Update PackageInfo.g --- PackageInfo.g | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index fcb466f..03cc365 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -111,13 +111,13 @@ Persons := [ Email := "michel.lavrauw@upr.si", WWWHome := "https://sites.google.com/view/mlavrauw", PostalAddress := Concatenation( [ - "Michel Lavrauw\n", - "Department of Mathematics \n" - "Faculty of Mathematics, Natural Sciences and Information Technologies \n", - "University of Primorska\n", - "Glagoljaška 8 \n", - "6000 Koper\n", - "Slovenia\n" ] ), + "Michel Lavrauw\n", + "Department of Mathematics \n", + "Faculty of Mathematics, Natural Sciences and Information Technologies \n", + "University of Primorska\n", + "Glagoljaška 8 \n", + "6000 Koper\n", + "Slovenia\n" ] ), Place := "Koper", Institution := "University of Primorska", ),