Skip to content

Commit 73b8e6e

Browse files
committed
Fix CITATION URL
1 parent ad9822c commit 73b8e6e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: linelist
22
Title: Tagging and Validating Epidemiological Data
3-
Version: 1.1.1
3+
Version: 1.1.2
44
Authors@R:
55
c(
66
person(given = "Hugo",

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# linelist 1.1.2
2+
3+
## Minor change
4+
5+
* Fix URL in CITATION (@Bisaloo, #123)
6+
17
# linelist 1.1.1
28

39
## Minor change

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ bibentry(
2020
author = author,
2121
year = date,
2222
doi = "10.5281/zenodo.6532786",
23-
url = meta$URL
23+
url = "https://epiverse-trace.github.io/linelist/"
2424
)

0 commit comments

Comments
 (0)