vlang: add delta231 as maintainer

This commit is contained in:
Swastik 2023-11-06 21:48:28 +05:30
parent b2616f0e67
commit 9b7de1e642

View file

@ -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;
};