diff --git a/src/Controllers/LockupsController.php b/src/Controllers/LockupsController.php
index 1314579ee02f1f21c864fd56652a5bf816c61f1e..96a677685f180815b2db49560895379f88a3792c 100644
--- a/src/Controllers/LockupsController.php
+++ b/src/Controllers/LockupsController.php
@@ -405,7 +405,7 @@ CREATIVE FEEDBACK:
 COMMUNICATOR FEEDBACK:
 ' . $lockup->communicator_feedback . '
 <br><br>
-If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or IIM at 2-9878 or iim@listserv.unl.edu 
+If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or DXG at 2-9878 or dxg@listserv.unl.edu
 <br><br>
 UNL Lockup Factory';
 
@@ -463,7 +463,7 @@ CREATIVE FEEDBACK:
 COMMUNICATOR FEEDBACK:
 ' . $lockup->communicator_feedback . '
 <br><br>
-If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or IIM at 2-9878 or iim@listserv.unl.edu
+If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or DXG at 2-9878 or dxg@listserv.unl.edu
 <br><br>
 UNL Lockup Factory';
 
@@ -512,7 +512,7 @@ CREATIVE FEEDBACK:
 COMMUNICATOR FEEDBACK:
 ' . $lockup->communicator_feedback . '
 <br><br>
-If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or IIM at 2-9878 or iim@listserv.unl.edu
+If you can\'t see your lockups or if there are issues with any versions, please contact Marcelo Plioplis at 2-7524 or mplioplis2@unl.edu or DXG at 2-9878 or dxg@listserv.unl.edu
 <br><br>
 UNL Lockup Factory';
 
diff --git a/src/Emailer.php b/src/Emailer.php
index 86183c442bf8a3267576d82b9497f754d37e19c6..99d17c8eb2c9135597af27a2eed924ca2f007db8 100644
--- a/src/Emailer.php
+++ b/src/Emailer.php
@@ -27,7 +27,7 @@ class Emailer {
 		} else {
 			self::$mailer->addAddress($to);
 		}
-		self::$mailer->addReplyTo('iim@listserv.unl.edu', 'IIM Devs');
+		self::$mailer->addReplyTo('dxg@listserv.unl.edu', 'DXG Devs');
 		self::$mailer->addReplyTo('mplioplis2@unl.edu', 'Marcelo Plioplis');
 		self::$mailer->isHTML(true);
 
diff --git a/src/Views/localfooter.php b/src/Views/localfooter.php
index 919173db6f0a654c3282aa9feb2fff841bdb7200..50027da56229489a287dc9d3f4d12251f4c38696 100644
--- a/src/Views/localfooter.php
+++ b/src/Views/localfooter.php
@@ -1,14 +1,14 @@
 <nav id="dcf-footer-group-1" role="navigation" aria-labelledby="dcf-footer-group-1-heading">
   <h3 class="dcf-txt-md dcf-bold dcf-uppercase dcf-lh-3 unl-ls-2 unl-cream" id="dcf-footer-group-1-heading">About UNL Lockup Factory</h3>
-  <p>This application is developed and maintained by <a href="http://iim.unl.edu/">Internet and Interactive Media</a> (IIM), which is a partnership with University Communication and Information Technology Services.</p>
+  <p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group at Nebraska</a>. DXG is a partnership of <a href="https://ucomm.unl.edu/">University Communication</a> and <a href="https://its.unl.edu/">Information Technology Services</a>.</p>
 
 </nav>
 <nav id="dcf-footer-group-2" role="navigation" aria-labelledby="dcf-footer-group-2-heading">
   <h3 class="dcf-txt-md dcf-bold dcf-uppercase dcf-lh-3 unl-ls-2 unl-cream" id="dcf-footer-group-2-heading">Related Links</h3>
   <ul class="dcf-list-bare dcf-mb-0">
-    <li><a href="http://ucomm.unl.edu/">University Communication</a></li>
-    <li><a href="http://iim.unl.edu/">Internet and Interactive Media</a></li>
-    <li><a href="http://wdn.unl.edu/">Web Developer Network</a></li>
-    <li><a href="http://its.unl.edu/">Information Technology Services</a></li>
+    <li><a href="https://ucomm.unl.edu/">University Communication</a></li>
+    <li><a href="https://dxg.unl.edu/">Digital Experience Group</a></li>
+    <li><a href="https://wdn.unl.edu/">Web Developer Network</a></li>
+    <li><a href="https://its.unl.edu/">Information Technology Services</a></li>
   </ul>
 </nav>