diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dmbookm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmbookm b/.local/bin/dmbookm index 90b7c74..616deaa 100755 --- a/.local/bin/dmbookm +++ b/.local/bin/dmbookm @@ -33,7 +33,7 @@ use constant LIST => { nua_share => 'https://share.nuabee.fr/', nua_aether => 'https://aether.int.ysosecure.com/ui', nua_gaia => 'https://gaia.int.ysosecure.com/', - nua_cert => 'https://orca1.int.ysosecure.com/certsrv', + nua_certsrv => 'https://orca1.int.ysosecure.com/certsrv', }; sub main |