Unverified Commit fcb27ee1 authored by Jenny's avatar Jenny Committed by GitHub
Browse files

argbash: update meta.homepage (#410122)

parents e3cd6f5d f05abeb3
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; [ ];