Unverified Commit 5a27d7f4 authored by Asher's avatar Asher
Browse files

maintainers: add code-asher

parent b7d596c1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3098,6 +3098,15 @@
    githubId = 34317;
    name = "Corey O'Connor";
  };
  code-asher = {
    email = "ash@coder.com";
    github = "code-asher";
    githubId = 45609798;
    name = "Asher";
    keys = [{
      fingerprint = "6E3A FA6D 915C C2A4 D26F  C53E 7BB4 BA9C 783D 2BBC";
    }];
  };
  CodeLongAndProsper90 = {
    github = "CodeLongAndProsper90";
    githubId = 50145141;
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ stdenv.mkDerivation (finalAttrs: {
    '';
    homepage = "https://github.com/coder/code-server";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ offline henkery ];
    maintainers = with lib.maintainers; [ offline henkery code-asher ];
    platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
  };
})