odin: add znaniye as maintainer

This commit is contained in:
znaniye
2023-11-08 20:14:54 -03:00
parent 1a21cd4c9c
commit 8b2821da58
+1 -1
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" ];
};
}