Merge pull request #305384 from Mynacol/ssh-tpm-agent-homepage

ssh-tpm-agent: Fix homepage link
This commit is contained in:
Weijia Wang 2024-04-20 09:57:02 +02:00 committed by GitHub
commit fe8d219f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];