From 9125d84aa40e0c27fc369e46f7ed077bee52a3f2 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Fri, 4 Sep 2020 21:43:10 +0200
Subject: [PATCH] Add URL and BugTracker to DESCRIPTION, update release date

---
 DESCRIPTION | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 7db4065..e24c7d1 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: LifeInsuranceContracts
 Type: Package
 Version: 0.0.1
-Date: 2018-09-01
+Date: 2020-09-04
 Title: A framework for general, traditional life insurance contracts, including profit
     participation and contract changes
 Description: R6 classes to model traditional life insurance
@@ -49,3 +49,5 @@ Suggests:
     testthat
 VignetteBuilder: knitr
 Roxygen: list(markdown = TRUE)
+URL: https://gitlab.open-tools.net/R/r-life-insurance-contracts
+BugReports: https://gitlab.open-tools.net/R/r-life-insurance-contracts/-/issues
-- 
GitLab