[release-monitoring] Fix the link template in config

The link template for UnitedRPMs is missing `s` in `%s`, which caused all the
projects to throw 500. This will fix the issue.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2023-11-23 15:37:32 +01:00
parent 97e479df39
commit 85d5f5f688

View file

@ -110,7 +110,7 @@ PLD-Linux = "https://github.com/pld-linux/%s"
Spack = "https://github.com/spack/spack/tree/develop/var/spack/repos/builtin/packages/%s"
Ubuntu = "https://launchpad.net/ubuntu/+source/%s"
"Ultramarine Linux" = "https://github.com/Ultramarine-Linux/pkg-%s"
UnitedRPMs = "https://github.com/UnitedRPMs/%"
UnitedRPMs = "https://github.com/UnitedRPMs/%s"
Void = "https://github.com/void-linux/void-packages/tree/master/srcpkgs/%s"
Wolfi = "https://github.com/wolfi-dev/os/blob/main/%s.yaml"