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
+1 -1
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 ];