1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-08 11:35:37 +03:00

python310Packages.geomet: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-27 08:18:56 +01:00 committed by GitHub
parent 405d6cc4c9
commit fcb17f332d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary) and vice versa"; description = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary) and vice versa";
homepage = "https://github.com/geomet/geomet"; homepage = "https://github.com/geomet/geomet";
changelog = "https://github.com/geomet/geomet/releases/tag/${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ turion ris ]; maintainers = with maintainers; [ turion ris ];
}; };