ols: add znaniye as maintainer

This commit is contained in:
znaniye
2023-11-08 20:14:29 -03:00
parent fadd0ea879
commit 1a21cd4c9c
+1 -1
View File
@@ -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;
};
}