python310Packages.fpyutils: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-05 21:52:35 +01:00
parent 492690e923
commit c91168d80a

View file

@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "frnmst";
repo = pname;
rev = version;
sha256 = "sha256-5dikfR648AhQUMX/hS0igIy9gnMyxUHddp1xaxNyYCo=";
rev = "refs/tags/${version}";
hash = "sha256-5dikfR648AhQUMX/hS0igIy9gnMyxUHddp1xaxNyYCo=";
};
propagatedBuildInputs = [
@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection of useful non-standard Python functions";
homepage = "https://github.com/frnmst/fpyutils";
changelog = "https://blog.franco.net.eu.org/software/fpyutils-3.0.1/release.html";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};