python311Packages.datasette: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-22 09:00:45 +02:00 committed by GitHub
parent cb8a76fd13
commit 86ad2a3bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Multi-tool for exploring and publishing data";
homepage = "https://datasette.io/";
changelog = "https://github.com/simonw/datasette/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};