c3c: add maintainer anas

This commit is contained in:
0x61nas 2024-07-27 20:07:56 +03:00
parent 842a15bf09
commit 49fb0494b9
No known key found for this signature in database
GPG Key ID: 83E03DC6F3834086

View File

@ -61,7 +61,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
description = "Compiler for the C3 language";
homepage = "https://github.com/c3lang/c3c";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ luc65r ];
maintainers = with maintainers; [ luc65r anas ];
platforms = platforms.all;
mainProgram = "c3c";
};