python-socketio: Fix homepage URL

This commit is contained in:
Graham Bennett 2021-02-16 00:35:10 +00:00
parent 32f67cd3e4
commit c771807306

View file

@ -36,7 +36,7 @@ buildPythonPackage rec {
Socket.IO is a lightweight transport protocol that enables real-time
bidirectional event-based communication between clients and a server.
'';
homepage = "https://github.com/miguelgrinberg/python-engineio/";
homepage = "https://github.com/miguelgrinberg/python-socketio/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ mic92 ];
};