python310Packages.pyquil: add chagnelog to meta

This commit is contained in:
Fabian Affolter 2023-01-28 10:48:24 +01:00
parent 208f0fc6ab
commit c8e138a344

View file

@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rigetti";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-Ur7dRxmnaAWXHk7c6NC3lBw59RRgh9vwAHFW00fViD4=";
};
@ -102,6 +102,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for creating Quantum Instruction Language (Quil) programs";
homepage = "https://github.com/rigetti/pyquil";
changelog = "https://github.com/rigetti/pyquil/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};