[release-monitoring] Fix openSUSE package link

The name of the distribution was wrong in the configuration, let's fix that.

This fixes https://github.com/fedora-infra/anitya/issues/1608.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-05-29 10:59:23 +02:00
parent 7b46fe06af
commit 11019a668e

View file

@ -97,7 +97,7 @@ Mageia = "https://svnweb.mageia.org/packages/cauldron/%s/current/"
"Manjaro Linux" = "https://software.manjaro.org/package/%s"
"NixOS" = "https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=%s"
"OpenMandriva" = "https://github.com/OpenMandrivaAssociation/%s/"
openSuse = "https://software.opensuse.org/package/%s"
openSUSE = "https://software.opensuse.org/package/%s"
"openSUSE Leap" = "https://software.opensuse.org/package/%s"
"openSUSE Tumbleweed" = "https://software.opensuse.org/package/%s"
PLD-Linux = "https://github.com/pld-linux/%s"