Loading pkgs/development/python-modules/pyais/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for decoding and encoding AIS messages (AIVDM/AIVDO)"; homepage = "https://github.com/M0r13n/pyais"; changelog = "https://github.com/M0r13n/pyais/blob/${version}/CHANGELOG.txt"; changelog = "https://github.com/M0r13n/pyais/blob/v${version}/CHANGELOG.txt"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pyais/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module for decoding and encoding AIS messages (AIVDM/AIVDO)"; homepage = "https://github.com/M0r13n/pyais"; changelog = "https://github.com/M0r13n/pyais/blob/${version}/CHANGELOG.txt"; changelog = "https://github.com/M0r13n/pyais/blob/v${version}/CHANGELOG.txt"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading