swift: remove me as maintainer

I don't use this anymore
This commit is contained in:
William Casarin 2017-09-24 12:10:20 -07:00
parent cb9a846762
commit cd4eba7c0e

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