From 9b7de1e6423738985d92b69742a421fd370c2304 Mon Sep 17 00:00:00 2001 From: Swastik Date: Mon, 6 Nov 2023 21:48:28 +0530 Subject: [PATCH] vlang: add delta231 as maintainer --- pkgs/development/compilers/vlang/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/vlang/default.nix b/pkgs/development/compilers/vlang/default.nix index 60aa48d722f2..2a8ea72b9f5b 100644 --- a/pkgs/development/compilers/vlang/default.nix +++ b/pkgs/development/compilers/vlang/default.nix @@ -111,7 +111,7 @@ stdenv.mkDerivation { homepage = "https://vlang.io/"; description = "Simple, fast, safe, compiled language for developing maintainable software"; license = licenses.mit; - maintainers = with maintainers; [ Madouura ]; + maintainers = with maintainers; [ Madouura delta231 ]; mainProgram = "v"; platforms = platforms.all; };