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
+1 -1
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 ];
};
}