mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
[Backport release-25.05] argbash: update meta.homepage (#410127)
This commit is contained in:
commit
684552d89c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue