treewide: update meta.maintainers for Swift suite
This commit is contained in:
parent
2a9a026118
commit
7246208bc7
@ -702,7 +702,7 @@ in stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Swift Programming Language";
|
||||
homepage = "https://github.com/apple/swift";
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
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 = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
};
|
||||
}
|
||||
|
@ -37,6 +37,6 @@ in stdenv.mkDerivation {
|
||||
homepage = "https://github.com/apple/swift-corelibs-libdispatch";
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ cmm trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ cmm ]);
|
||||
};
|
||||
}
|
||||
|
@ -76,6 +76,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/apple/sourcekit-lsp";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
};
|
||||
}
|
||||
|
@ -55,6 +55,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/apple/swift-docc";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
};
|
||||
}
|
||||
|
@ -79,6 +79,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/apple/swift-driver";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
};
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/apple/swift-format";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
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 = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
};
|
||||
})
|
||||
|
@ -50,6 +50,6 @@ in stdenv.mkDerivation {
|
||||
homepage = "https://github.com/apple/swift-corelibs-xctest";
|
||||
platforms = lib.platforms.all;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.swift.members ++ (with liby.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
};
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Generate a Nix expression to fetch swiftpm dependencies";
|
||||
mainProgram = "swiftpm2nix";
|
||||
maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ trepetti dduan trundle stephank ]);
|
||||
maintainers = lib.teams.swift.members;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user