treewide: add lib.teams.swift.members to Swift suite

This commit is contained in:
Anderson Torres
2024-07-17 23:34:16 -03:00
parent 6f094d16cb
commit 2a9a026118
10 changed files with 10 additions and 10 deletions
@@ -702,7 +702,7 @@ in stdenv.mkDerivation {
meta = {
description = "Swift Programming Language";
homepage = "https://github.com/apple/swift";
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
license = lib.licenses.asl20;
platforms = with lib.platforms; linux ++ darwin;
# Swift doesn't support 32-bit Linux, unknown on other platforms.
@@ -67,6 +67,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/apple/swift-corelibs-foundation";
platforms = lib.platforms.linux;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
};
}
@@ -37,6 +37,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/apple/swift-corelibs-libdispatch";
platforms = lib.platforms.linux;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ cmm trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ cmm trepetti dduan trundle stephank ]);
};
}
@@ -76,6 +76,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/apple/sourcekit-lsp";
platforms = with lib.platforms; linux ++ darwin;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
};
}
@@ -55,6 +55,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/apple/swift-docc";
platforms = with lib.platforms; linux ++ darwin;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
};
}
@@ -79,6 +79,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/apple/swift-driver";
platforms = with lib.platforms; linux ++ darwin;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
};
}
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/apple/swift-format";
platforms = with lib.platforms; linux ++ darwin;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
mainProgram = "swift-format";
};
}
@@ -459,6 +459,6 @@ in stdenv.mkDerivation (commonAttrs // {
homepage = "https://github.com/apple/swift-package-manager";
platforms = with lib.platforms; linux ++ darwin;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
};
})
@@ -50,6 +50,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/apple/swift-corelibs-xctest";
platforms = lib.platforms.all;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with liby.maintainers; [ trepetti dduan trundle stephank ]);
};
}
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
description = "Generate a Nix expression to fetch swiftpm dependencies";
mainProgram = "swiftpm2nix";
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
platforms = lib.platforms.all;
};
}