python310Packages.apycula: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-03 11:13:40 +02:00 committed by GitHub
parent e74c496210
commit 3af487a9f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Open Source tools for Gowin FPGAs";
homepage = "https://github.com/YosysHQ/apicula";
changelog = "https://github.com/YosysHQ/apicula/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ newam ];
};