Commit d7c0edad authored by techknowlogick's avatar techknowlogick
Browse files

gotools: add techknowlogick as maintainer

parent c801f9dd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@ buildGoModule rec {
    '';
    homepage = "https://go.googlesource.com/tools";
    license = licenses.bsd3;
    maintainers = with maintainers; [ SuperSandro2000 ];
    maintainers = with maintainers; [
      SuperSandro2000
      techknowlogick
    ];
  };
}