tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
odin: add znaniye as maintainer
znaniye
2 years ago
8b2821da
1a21cd4c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
odin
default.nix
+1
-1
pkgs/development/compilers/odin/default.nix
···
72
72
description = "A fast, concise, readable, pragmatic and open sourced programming language";
73
73
homepage = "https://odin-lang.org/";
74
74
license = licenses.bsd3;
75
75
-
maintainers = with maintainers; [ luc65r astavie ];
75
75
+
maintainers = with maintainers; [ luc65r astavie znaniye ];
76
76
platforms = platforms.x86_64 ++ [ "aarch64-darwin" ];
77
77
};
78
78
}