Unverified Commit ddd9201b authored by Batuhan Apaydın's avatar Batuhan Apaydın
Browse files

scorecard: add developer-guy to maintainers list

parent 617c9a41
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 ];
  };
}