Unverified Commit b453fb34 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

scorecard: add developer-guy to maintainers list
parents e361845b ddd9201b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}