swift: add myself as maintainer

This commit is contained in:
Andreas Stührk 2022-08-13 23:12:41 +02:00
parent 2004e2a97d
commit 4c5110be76

View File

@ -463,7 +463,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "The Swift Programming Language";
homepage = "https://github.com/apple/swift";
maintainers = with maintainers; [ dtzWill trepetti dduan ];
maintainers = with maintainers; [ dtzWill trepetti dduan trundle ];
license = licenses.asl20;
# Swift doesn't support 32-bit Linux, unknown on other platforms.
platforms = platforms.linux;