python3Packages.dbus-python-client-gen: add changelog to meta
This commit is contained in:
parent
2463b8d050
commit
9abb4679bc
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stratis-storage";
|
owner = "stratis-storage";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-RYgS4RNLLCtp+5gS/LlzdH7rlub48TSSSKhykkkBcuo=";
|
hash = "sha256-RYgS4RNLLCtp+5gS/LlzdH7rlub48TSSSKhykkkBcuo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -31,6 +31,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python library for generating dbus-python client code";
|
description = "A Python library for generating dbus-python client code";
|
||||||
homepage = "https://github.com/stratis-storage/dbus-python-client-gen";
|
homepage = "https://github.com/stratis-storage/dbus-python-client-gen";
|
||||||
|
changelog = "https://github.com/stratis-storage/dbus-python-client-gen/blob/v${version}/CHANGES.txt";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ nickcao ];
|
maintainers = with maintainers; [ nickcao ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user