Unverified Commit ea71f171 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #266337 from znaniye/put-name

put name on maintainers list
parents 18e76671 5b6ec225
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19947,6 +19947,12 @@
    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
Original line number Diff line number Diff line
@@ -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" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
    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;
  };
}