argbash: update meta.homepage

Upstream replaced the link in https://github.com/matejak/argbash/commit/48a7252cfe8ef0d43feb944d42a1778986005d43
This commit is contained in:
Kenichi Kamiya
2025-05-23 20:18:32 +09:00
parent ade73289c8
commit f05abeb30e
+1 -1
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; [ ];