python3Packages.sphinxext-opengraph: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-08 08:06:25 +01:00 committed by GitHub
parent 937e716d4e
commit 41ec7e2fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Sphinx extension to generate unique OpenGraph metadata";
homepage = "https://github.com/wpilibsuite/sphinxext-opengraph";
changelog = "https://github.com/wpilibsuite/sphinxext-opengraph/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Luflosi ];
};