Merge pull request #220881 from developer-guy/feature/add-developer-guy-scorecard

scorecard: add developer-guy to maintainers list
This commit is contained in:
Bobby Rong 2023-03-13 10:29:23 +08:00 committed by GitHub
commit b453fb34c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,6 @@ buildGoModule rec {
changelog = "https://github.com/ossf/scorecard/releases/tag/v${version}";
description = "Security health metrics for Open Source";
license = licenses.asl20;
maintainers = with maintainers; [ jk ];
maintainers = with maintainers; [ jk developer-guy ];
};
}