odin: add znaniye as maintainer

znaniye 8b2821da 1a21cd4c

+1 -1
+1 -1
pkgs/development/compilers/odin/default.nix
··· 72 description = "A fast, concise, readable, pragmatic and open sourced programming language"; 73 homepage = "https://odin-lang.org/"; 74 license = licenses.bsd3; 75 - maintainers = with maintainers; [ luc65r astavie ]; 76 platforms = platforms.x86_64 ++ [ "aarch64-darwin" ]; 77 }; 78 }
··· 72 description = "A fast, concise, readable, pragmatic and open sourced programming language"; 73 homepage = "https://odin-lang.org/"; 74 license = licenses.bsd3; 75 + maintainers = with maintainers; [ luc65r astavie znaniye ]; 76 platforms = platforms.x86_64 ++ [ "aarch64-darwin" ]; 77 }; 78 }