odin: add znaniye as maintainer

This commit is contained in:
znaniye 2023-11-08 18:09:07 -03:00
parent 1a21cd4c9c
commit 8b2821da58

View file

@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
description = "A fast, concise, readable, pragmatic and open sourced programming language";
homepage = "https://odin-lang.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ luc65r astavie ];
maintainers = with maintainers; [ luc65r astavie znaniye ];
platforms = platforms.x86_64 ++ [ "aarch64-darwin" ];
};
}