Unverified Commit 49fb0494 authored by 0x61nas's avatar 0x61nas
Browse files

c3c: add maintainer anas

parent 842a15bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };