vlang: add delta231 as maintainer

This commit is contained in:
Swastik
2023-11-06 21:52:27 +05:30
parent b2616f0e67
commit 9b7de1e642
+1 -1
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;
};