swift: remove me as maintainer

I don't use this anymore

+1 -1
+1 -1
pkgs/development/compilers/swift/default.nix
··· 259 259 meta = with stdenv.lib; { 260 260 description = "The Swift Programming Language"; 261 261 homepage = https://github.com/apple/swift; 262 - maintainers = with maintainers; [ jb55 dtzWill ]; 262 + maintainers = with maintainers; [ dtzWill ]; 263 263 license = licenses.asl20; 264 264 # Swift doesn't support 32bit Linux, unknown on other platforms. 265 265 platforms = [ "x86_64-linux" ];