Commit d9234922 authored by Kenichi Kamiya's avatar Kenichi Kamiya Committed by github-actions[bot]
Browse files

argbash: update meta.homepage

Upstream replaced the link in https://github.com/matejak/argbash/commit/48a7252cfe8ef0d43feb944d42a1778986005d43

(cherry picked from commit f05abeb3)
parent fa89de23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];