odin: add znaniye as maintainer
This commit is contained in:
parent
1a21cd4c9c
commit
8b2821da58
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue