tor: remove myself as maintainer

This commit is contained in:
Chris Double 2020-11-09 21:42:40 +13:00 committed by Alyssa Ross
parent 02004e4a1f
commit b1c43525d0

View file

@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers;
[ phreedom doublec thoughtpolice joachifm ];
[ phreedom thoughtpolice joachifm ];
platforms = platforms.unix;
};
}