ssh-tpm-agent: Fix homepage link

The previous link leads to a 404.
This commit is contained in:
Mynacol 2024-04-19 22:04:13 +02:00
parent d31751f63b
commit 807f018d0b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ buildGo122Module rec {
meta = with lib; {
description = "SSH agent with support for TPM sealed keys for public key authentication";
homepage = "https://github.com/Foxboron/ssh-agent-tpm";
homepage = "https://github.com/Foxboron/ssh-tpm-agent";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ sgo ];