argbash: update meta.homepage

Upstream replaced the link in 48a7252cfe
This commit is contained in:
Kenichi Kamiya 2025-05-23 20:18:32 +09:00
parent ade73289c8
commit f05abeb30e
No known key found for this signature in database
GPG key ID: 9BE4016A38165CCB

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
homepage = "https://argbash.io/";
homepage = "https://argbash.dev/";
description = "Bash argument parsing code generator";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ ];