Unverified Commit d2382fe2 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

smlnj: add skyesoss as maintainer (#351750)

parents 856fa7b3 0be3a04a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20104,6 +20104,12 @@
    githubId = 49844593;
    name = "skovati";
  };
  skyesoss = {
    name = "Skye Soss";
    matrix = "@skyesoss:matrix.org";
    github = "Skyb0rg007";
    githubId = 30806179;
  };
  skykanin = {
    github = "skykanin";
    githubId = 3789764;
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ in stdenv.mkDerivation {
    homepage    = "http://smlnj.org";
    license     = licenses.bsd3;
    platforms   = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
    maintainers = with maintainers; [ thoughtpolice ];
    maintainers = with maintainers; [ skyesoss thoughtpolice ];
    mainProgram = "sml";
    # never built on x86_64-darwin since first introduction in nixpkgs
    broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;