about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aio-geojson-generic-client
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-24 10:21:26 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-24 10:21:26 +0100
commitbf05c5a4c2fddb10746804f7e82af611f69cce0a (patch)
treec7a17790945a6129f5abddaa525fa830fb0245fd /pkgs/development/python-modules/aio-geojson-generic-client
parentbaeaaac31a09dd34c69703d833fcbeb7a1a1ccc7 (diff)
python310Packages.aio-geojson-generic-client: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/aio-geojson-generic-client')
-rw-r--r--pkgs/development/python-modules/aio-geojson-generic-client/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aio-geojson-generic-client/default.nix b/pkgs/development/python-modules/aio-geojson-generic-client/default.nix
index 1e8666de68b79..534e8441e77a6 100644
--- a/pkgs/development/python-modules/aio-geojson-generic-client/default.nix
+++ b/pkgs/development/python-modules/aio-geojson-generic-client/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
   src = fetchFromGitHub {
     owner = "exxamalte";
     repo = "python-aio-geojson-generic-client";
-    rev = "v${version}";
+    rev = "refs/tags/v${version}";
     hash = "sha256-6Gc3SRRQiISBZnCg7a+rCQHR4NQipBHmG5gWZZXIsxY=";
   };
 
@@ -45,6 +45,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Python library for accessing GeoJSON feeds";
     homepage = "https://github.com/exxamalte/python-aio-geojson-generic-client";
+    changelog = "https://github.com/exxamalte/python-aio-geojson-generic-client/blob/v${version}/CHANGELOG.md";
     license = with licenses; [ asl20 ];
     maintainers = with maintainers; [ fab ];
   };