mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
spire: fix meta homepage
This commit is contained in:
parent
a9f1d19b42
commit
82a041ec03
@ -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 New Issue
Block a user