From 2581dc21e057a2df7a0b24540e1bbc8d92cf0d76 Mon Sep 17 00:00:00 2001 From: Fernando Rios Date: Wed, 17 Apr 2024 08:44:57 -0700 Subject: [PATCH] Write Internal-Sender-Identifier to bags --- bagger/config/default.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bagger/config/default.example.toml b/bagger/config/default.example.toml index 5dcc50b..31af04c 100644 --- a/bagger/config/default.example.toml +++ b/bagger/config/default.example.toml @@ -26,6 +26,6 @@ aptrust-info.Description = { tag_path = "description", strip_html = true } bag-info.Contact-Name = "ReDATA Administrator" bag-info.Contact-Email = "redata@arizona.edu" -bag-info.DOI = { tag_path = "doi" } +bag-info.Internal-Sender-Identifier = { tag_path = "doi" } bag-info.License-Name = { tag_path = "license.name" } bag-info.Published-Date = { tag_path = "published_date" }