diff options
author | Joe <rbo@gmx.us> | 2025-01-27 11:51:14 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-01-27 11:51:14 +0100 |
commit | d5656d0b50cf5c9212697f0f12d6ff9c6cae9954 (patch) | |
tree | 43b66b84c8f31af0d782371630538910c9e8f237 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-d5656d0b50cf5c9212697f0f12d6ff9c6cae9954.tar.gz dotfiles-bsd-d5656d0b50cf5c9212697f0f12d6ff9c6cae9954.tar.bz2 dotfiles-bsd-d5656d0b50cf5c9212697f0f12d6ff9c6cae9954.tar.xz dotfiles-bsd-d5656d0b50cf5c9212697f0f12d6ff9c6cae9954.tar.zst dotfiles-bsd-d5656d0b50cf5c9212697f0f12d6ff9c6cae9954.zip |
Diffstat (limited to '.local')
-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 |