about summary refs log tree commit diff
path: root/pkgs/tools/security/oath-toolkit
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2022-04-04 01:08:24 +0000
committerAaron Jheng <wentworth@outlook.com>2022-04-04 01:11:06 +0000
commitf0c470f5eb80e484efd694451862ea8a56083b95 (patch)
tree862d5240f5ba344071af721310b7fb47ac391867 /pkgs/tools/security/oath-toolkit
parente0dc07236e232d1a581dd33adb48e36194f43535 (diff)
oath-toolkit: Rename from oathToolkit to oath-toolkit
Diffstat (limited to 'pkgs/tools/security/oath-toolkit')
-rwxr-xr-xpkgs/tools/security/oath-toolkit/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/oath-toolkit/update.sh b/pkgs/tools/security/oath-toolkit/update.sh
index 3502a541fa8ca..9f56ae412323d 100755
--- a/pkgs/tools/security/oath-toolkit/update.sh
+++ b/pkgs/tools/security/oath-toolkit/update.sh
@@ -5,7 +5,7 @@ set -euo pipefail
 
 nixfile='default.nix'
 release_url='https://download.savannah.nongnu.org/releases/oath-toolkit/'
-attr='oathToolkit'
+attr='oath-toolkit'
 command='oathtool --version'
 
 color() {