From 1a21cd4c9cbfaedcf5ceb49a848068c13ca60e28 Mon Sep 17 00:00:00 2001 From: znaniye Date: Wed, 8 Nov 2023 18:08:45 -0300 Subject: [PATCH] ols: add znaniye as maintainer --- pkgs/development/tools/ols/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/ols/default.nix b/pkgs/development/tools/ols/default.nix index 4b8dcd447c43..cedaa46690aa 100644 --- a/pkgs/development/tools/ols/default.nix +++ b/pkgs/development/tools/ols/default.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation { description = "Language server for the Odin programming language"; homepage = "https://github.com/DanielGavin/ols"; license = licenses.mit; - maintainers = with maintainers; [ astavie ]; + maintainers = with maintainers; [ astavie znaniye ]; platforms = odin.meta.platforms; }; }