spire: fix meta homepage
This commit is contained in:
parent
a9f1d19b42
commit
82a041ec03
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue