From 293c84e5f08d22b5d389fd6070fd7f9945be39a9 Mon Sep 17 00:00:00 2001 From: Blou <blou@inlibro.com> Date: Thu, 18 May 2023 16:39:05 -0400 Subject: [PATCH] Bug 33776: Additional default plugin repo in koha-conf-site.xml.in Solutions inLibro started formating its repository to be found by Bug 23975. This patch adds it to the default list in the config template. --- debian/templates/koha-conf-site.xml.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 6beda41884..c4f9c5139d 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -428,6 +428,11 @@ __END_SRU_PUBLICSERVER__ <org_name>ptfs-europe</org_name> <service>github</service> </repo> + <repo> + <name>Solutions inLibro</name> + <org_name>inLibro</org_name> + <service>github</service> + </repo> --> </plugin_repos> -- 2.34.1