spire: fix meta homepage

This commit is contained in:
Jonathan Ringer 2022-03-09 12:58:56 -08:00
parent a9f1d19b42
commit 82a041ec03
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -29,7 +29,7 @@ buildGoModule rec {
meta = with lib; {
description = "The SPIFFE Runtime Environment";
homepage = "github.com/spiffe/spire";
homepage = "https://github.com/spiffe/spire";
license = licenses.asl20;
maintainers = with maintainers; [ jonringer fkautz ];
};