From 70ff972f741403b024495aae060acc29784831e7 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 22 Sep 2023 17:19:40 +0000 Subject: [PATCH] Fix Evergreen platform/language (#194) - was imported with two distinct platforms during initial import, but PL/pgSQL is actually a single platform/language - add platform description --- platforms/pl.yml | 2 -- platforms/{pgsql.yml => plpgsql.yml} | 0 software/evergreen.yml | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 platforms/pl.yml rename platforms/{pgsql.yml => plpgsql.yml} (100%) diff --git a/platforms/pl.yml b/platforms/pl.yml deleted file mode 100644 index caf16c84f4..0000000000 --- a/platforms/pl.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: PL -description: "" \ No newline at end of file diff --git a/platforms/pgsql.yml b/platforms/plpgsql.yml similarity index 100% rename from platforms/pgsql.yml rename to platforms/plpgsql.yml diff --git a/software/evergreen.yml b/software/evergreen.yml index fc59f772aa..14bde86162 100644 --- a/software/evergreen.yml +++ b/software/evergreen.yml @@ -4,8 +4,7 @@ description: Highly-scalable software for libraries that helps library patrons f licenses: - GPL-2.0 platforms: - - PL - - pgSQL + - PLpgSQL tags: - Document Management - Integrated Library Systems (ILS) source_code_url: https://github.com/evergreen-library-system/Evergreen