Skip to content

Commit 0c03416

Browse files
committed
Update repository owner after organization rename
1 parent a45351e commit 0c03416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def CR_get_pub_metadata(doi: str, email: str) -> dict[str, Any]:
300300
Get metadata for a publication from CrossRef API.
301301
"""
302302
headers = {
303-
"User-Agent": f"rfparser/{__version__} (https://github.com/TGAC/rfparser; mailto:{email})",
303+
"User-Agent": f"rfparser/{__version__} (https://github.com/EarlhamInst/rfparser; mailto:{email})",
304304
}
305305
# CrossRef doesn't support HTTP persistent connections, so use a new
306306
# connection every time instead of a Session.

0 commit comments

Comments
 (0)