[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:
parent
97e479df39
commit
85d5f5f688
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue