Dnf info of argbash is showing the wrong URL

Hello there

This is a project that hasn’t been updated in a while (3 years or so), but its URL in the info provided by DNF isn’t the current one. It’s pointing to the old one https://argbash.io, that is a casino related site in Russian. The one I found is https://argbash.dev andon GitHub, GitHub - matejak/argbash: Bash argument parsing code generator, there is a commit from Oct 11, 2022 migrating from the .io to the .dev.

❯ doas dnf info argbash
Updating and loading repositories:
Repositories loaded.
Available packages
Name           : argbash
Epoch          : 0
Version        : 2.10.0
Release        : 15.fc41
Architecture   : noarch
Download size  : 61.8 KiB
Installed size : 180.7 KiB
Source         : argbash-2.10.0-15.fc41.src.rpm
Repository     : fedora
Summary        : Bash argument parsing code generator
URL            : https://argbash.io
License        : BSD
Description    : Argbash helps your shell scripts to accept arguments.
               : You declare what arguments you want your script to accept and Argbash
               : generates the shell code that parses them from the command-line and exposes
               : passed values as shell variables.
               :
               : Help message is also generated, and helpful error messages are dispatched
               : if the script is called with arguments that conflict with the interface.
Vendor         : Fedora Project
2 Likes

These things are easy to slip through the cracks.

If you’re up to it, you should be able to open a quick PR here to update it:

(Click “fork and edit”)

1 Like

Ok thanks. Done!