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

syft: add developer-guy to maintainers list

parent dae1b748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,6 +75,6 @@ buildGoModule rec {
      vulnerability detection when used with a scanner tool like Grype.
    '';
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ jk ];
    maintainers = with maintainers; [ jk developer-guy ];
  };
}