nix-prefetch-darcs: fix flag --repo

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-11-28 02:45:23 +07:00
parent ffe72c37cd
commit 284d061078
@@ -30,7 +30,7 @@ while [ $# -gt 0 ]; do
quiet=1; shift 1 ;;
--name)
name="$2"; shift 2 ;;
--repository)
--repo)
repository="$2"; shift 2 ;;
--tag)
tag="$2"; shift 2 ;;