diff options
| author | Graham Bennett <graham@grahambennett.org> | 2021-02-16 00:35:10 +0000 |
|---|---|---|
| committer | Graham Bennett <graham@grahambennett.org> | 2021-02-16 19:19:45 +0000 |
| commit | c771807306a89ffc65cebc1eaddc289c85f84b35 (patch) | |
| tree | d85913ac9216a18828155bbed937f728b8f4b8a3 /pkgs/development/python-modules/python-socketio/default.nix | |
| parent | 32f67cd3e4991f5666103b954059bdf80cc52116 (diff) | |
python-socketio: Fix homepage URL
Diffstat (limited to 'pkgs/development/python-modules/python-socketio/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-socketio/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-socketio/default.nix b/pkgs/development/python-modules/python-socketio/default.nix index e9c2ae146b09..8eb58b244e14 100644 --- a/pkgs/development/python-modules/python-socketio/default.nix +++ b/pkgs/development/python-modules/python-socketio/default.nix @@ -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 ]; }; |
