From bab533035ba637a1572516463a5747bf1214cf2a Mon Sep 17 00:00:00 2001
From: Brett Bieber <bbieber2@unl.edu>
Date: Tue, 16 Feb 2021 16:30:57 +0000
Subject: [PATCH] Move contacts for tripshot back into the EntityDescriptor

---
 nefed.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/nefed.xml b/nefed.xml
index f892f0b..eb23365 100644
--- a/nefed.xml
+++ b/nefed.xml
@@ -12255,21 +12255,21 @@ KNGked4df0r1o5CozJ35FjKx1fiYucuvGXU+UZd5Yg6sF6MRhQqud32X3eOFJXS/ndm/jGit7B6A
         <OrganizationDisplayName xml:lang="en-US">TripShot</OrganizationDisplayName>
         <OrganizationURL xml:lang="en-US">http://tripshot.com</OrganizationURL>
       </Organization>
-    </EntityDescriptor>
-    <ContactPerson contactType="administrative">
+      <ContactPerson contactType="administrative">
         <GivenName>Adam Wald</GivenName>
         <EmailAddress>awald@tripshot.com</EmailAddress>
-    </ContactPerson>
-    <ContactPerson contactType="support">
+      </ContactPerson>
+      <ContactPerson contactType="support">
         <GivenName>TripShot Support</GivenName>
         <EmailAddress>support@tripshot.com</EmailAddress>
-    </ContactPerson>
-    <ContactPerson contactType="technical">
+      </ContactPerson>
+      <ContactPerson contactType="technical">
         <GivenName>Wayne Lewis</GivenName>
         <EmailAddress>wlewis@tripshot.com</EmailAddress>
-    </ContactPerson>
-    <ContactPerson contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security">
+      </ContactPerson>
+      <ContactPerson contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security">
         <GivenName>ITS Security</GivenName>
         <EmailAddress>security@nebraska.edu</EmailAddress>
-    </ContactPerson>
+      </ContactPerson>
+    </EntityDescriptor>
 </EntitiesDescriptor>
-- 
GitLab