tor: remove myself as maintainer

This commit is contained in:
Chris Double
2020-11-09 11:44:51 +00:00
committed by Alyssa Ross
parent 02004e4a1f
commit b1c43525d0
+1 -1
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;
};
}