treewide: remove dtzWill as maintainer [no orphans]
Since theey is not active in a long span of time. None of the packages in this commit are orphan. All the packages listed here are related to Swift programming language compiler suite.
This commit is contained in:
@@ -702,7 +702,7 @@ in stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Swift Programming Language";
|
||||
homepage = "https://github.com/apple/swift";
|
||||
maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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 dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = 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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = with lib.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; [ dtzWill trepetti dduan trundle stephank ];
|
||||
maintainers = with lib.maintainers; [ trepetti dduan trundle stephank ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user