python310Packages.odp-amsterdam: update meta

This commit is contained in:
Fabian Affolter 2023-01-20 11:58:42 +01:00 committed by GitHub
parent 537f5f549d
commit 48cff67662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for getting garage occupancy in Amsterdam";
homepage = "https://github.com/klaasnicolaas/python-garages-amsterdam";
homepage = "https://github.com/klaasnicolaas/python-odp-amsterdam";
changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};