Merge pull request #219397 from developer-guy/feature/new-cosign-maintainer

rekor: add developer-guy to maintainers list
This commit is contained in:
Thomas Gerbet
2023-03-04 13:11:57 +01:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@ let
homepage = "https://github.com/sigstore/rekor";
changelog = "https://github.com/sigstore/rekor/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ lesuisse jk ];
maintainers = with maintainers; [ lesuisse jk developer-guy ];
};
};
in {