Merge pull request #266337 from znaniye/put-name

put name on maintainers list

Changed files
+8 -2
maintainers
pkgs
development
compilers
tools
+6
maintainers/maintainer-list.nix
···
github = "zmitchell";
githubId = 10246891;
+
znaniye = {
+
email = "zn4niye@proton.me";
+
github = "znaniye";
+
githubId = 134703788;
+
name = "Samuel Silva";
+
};
znewman01 = {
email = "znewman01@gmail.com";
github = "znewman01";
+1 -1
pkgs/development/compilers/odin/default.nix
···
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" ];
};
}
+1 -1
pkgs/development/tools/ols/default.nix
···
description = "Language server for the Odin programming language";
homepage = "https://github.com/DanielGavin/ols";
license = licenses.mit;
-
maintainers = with maintainers; [ astavie ];
+
maintainers = with maintainers; [ astavie znaniye ];
platforms = odin.meta.platforms;
};
}