mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
[Backport release-25.05] argbash: update meta.homepage (#410127)
This commit is contained in:
commit
684552d89c
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://argbash.io/";
|
homepage = "https://argbash.dev/";
|
||||||
description = "Bash argument parsing code generator";
|
description = "Bash argument parsing code generator";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue