Merge pull request #163502 from jonringer/spire-meta

This commit is contained in:
Martin Weinelt
2022-03-09 22:00:45 +01:00
committed by GitHub
+1 -1
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 ];
};