diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/__dispatch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index 24a04d75cfdc..a6a945ad19b2 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -11,7 +11,7 @@ TARGET_TOOL=$(basename "$0") case "${TARGET_TOOL}" in age) - attr="third_party.nixpkgs-age" + attr="third_party.nixpkgs.age" ;; age-keygen) attr="third_party.nixpkgs.age" |