Skip to content

Commit fde8bb5

Browse files
committed
Update Emmanuel's ORCID and fix year consistency
- Replace placeholder ORCID (0000-0000-0000-0000) with actual ORCID (0000-0003-3197-6244) - Update ORCID in DESCRIPTION and CITATION.cff - Fix year in inst/CITATION from 2024 to 2025 to match CITATION.cff date
1 parent da046da commit fde8bb5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- family-names: Mhango
55
given-names: Emmanuel
66
email: emmanuellmhango@gmail.com
7-
orcid: https://orcid.org/0000-0000-0000-0000
7+
orcid: https://orcid.org/0000-0003-3197-6244
88
title: "artesianwells: Artesian Well Site Assessment Data"
99
version: 0.0.0.9000
1010
date-released: 2025-06-02

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Artesian Well Site Assessment Data
33
Version: 0.0.0.9000
44
Authors@R:
55
person("Emmanuel", "Mhango", , "emmanuellmhango@gmail.com", role = c("aut", "cre"),
6-
comment = c(ORCID = "0000-0000-0000-0000"))
6+
comment = c(ORCID = "0000-0003-3197-6244"))
77
Description: A dataset capturing geospatial, structural, usage, and management characteristics of artesian well sites.
88
License: CC BY 4.0
99
Encoding: UTF-8

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bibentry(
22
bibtype = "Misc",
33
title = "artesianwells: Artesian Well Site Assessment Data",
44
author = person("Emmanuel", "Mhango", email = "emmanuellmhango@gmail.com", role = c("aut", "cre")),
5-
year = 2024,
5+
year = 2025,
66
url = "https://github.com/openwashdata/artesianwells",
77
abstract = "A dataset capturing geospatial, structural, usage, and management characteristics of artesian well sites.",
88
version = "0.0.0.9000",

0 commit comments

Comments
 (0)