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