sqls: add vinnymeller as maintainer

This commit is contained in:
Vinny Meller 2024-04-27 00:56:59 -04:00
parent 2cd70794de
commit 99b35818ec
No known key found for this signature in database
GPG Key ID: 36CBEC89D5C8540C

View File

@ -22,6 +22,6 @@ buildGoModule rec {
description = "SQL language server written in Go";
mainProgram = "sqls";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ vinnymeller ];
};
}