smlnj: add skyesoss as maintainer (#351750)

This commit is contained in:
Aleksana
2024-10-28 20:34:46 +08:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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;