Unverified Commit 99b35818 authored by Vinny Meller's avatar Vinny Meller
Browse files

sqls: add vinnymeller as maintainer

parent 2cd70794
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ buildGoModule rec {
    description = "SQL language server written in Go";
    mainProgram = "sqls";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with maintainers; [ vinnymeller ];
  };
}