From 40e44d775a7fe1410dd02b12930db7fe1b467b18 Mon Sep 17 00:00:00 2001 From: Alice Butcher Date: Thu, 1 Feb 2024 11:05:45 +0000 Subject: [PATCH] patch(contact): change insects contact email Closes: #752 --- ckanext/nhm/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/nhm/settings.py b/ckanext/nhm/settings.py index 709595ff..d51d86f2 100644 --- a/ckanext/nhm/settings.py +++ b/ckanext/nhm/settings.py @@ -12,7 +12,7 @@ ('Algae, Fungi & Plants', 'botany@nhm.ac.uk'), ('Fossil Invertebrates & Plants', 'g.miller@nhm.ac.uk'), ('Fossil Vertebrates & Anthropology', 'h.bonney@nhm.ac.uk'), - ('Insects', 'g.broad@nhm.ac.uk'), + ('Insects', 'g.martin@nhm.ac.uk'), ('Invertebrates', 'm.lowe@nhm.ac.uk'), ('Library & Archives', 'library@nhm.ac.uk'), ('Mineral & Planetary Sciences', 'm.rumsey@nhm.ac.uk'),