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.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Blou 2023-05-18 16:39:05 -04:00 committed by Tomas Cohen Arazi
parent cbd0c15c87
commit c8452e55fb
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -428,6 +428,11 @@ __END_SRU_PUBLICSERVER__
<org_name>ptfs-europe</org_name> <org_name>ptfs-europe</org_name>
<service>github</service> <service>github</service>
</repo> </repo>
<repo>
<name>Solutions inLibro</name>
<org_name>inLibro</org_name>
<service>github</service>
</repo>
--> -->
</plugin_repos> </plugin_repos>