From e59d453788c8695c2c389573c77752c235c6f74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 25 Aug 2025 16:25:28 -0400 Subject: [PATCH] Fix mistake of putting org name where project name must go --- pomodoro_to_harvest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 49f3813..41c2c25 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -223,7 +223,7 @@ harvest_project_names = { "Patient HM Brain Science Website": ["Patient HM", "patientHM"], "PDX Contemporary Art Upgrade to D10": ["PDX Contemporary Art", "PDX Art", "Portland Art", "PDX Art Museum", "PDX"], "PECE migration to Drupal 10": ["PECE", "PECE migration", "PECE D10", "Platform for Experimental, Collaborative Ethnography", "University of California, Irvine"], - "Plants Earth Life": ["PlantsEarthLife.org", "PEL", "PlantsEarthLife"], + "PlantsEarthLife.org": ["Plants Earth Life", "PEL", "PlantsEarthLife"], "Portside": ["Portside.org Improvements 2020", "portside.org", "Portside support"], "SCDTDP Collaboratory Data Site System Security": ["SCDTDP", "NICHQ SCDTDP", "NICHQ security"], "Making Sense of Models (Teachers with Guts)": ["Teachers with GUTS", "TWIG", "GUTS", "Project GUTS", "Making Sense of Models", "Project GUTS/TWIG/Making Sense of Models"],