maintainers: remove mjlbach

This commit is contained in:
zowoq
2022-02-18 06:53:19 +10:00
parent 9a688b90d1
commit 27b5a7b494
6 changed files with 4 additions and 12 deletions
@@ -48,6 +48,6 @@ buildPythonPackage rec {
description = "Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python";
homepage = "https://github.com/romis2012/python-socks";
license = licenses.asl20;
maintainers = with maintainers; [ mjlbach ];
maintainers = with maintainers; [ ];
};
}