python310Packages.flipr-api: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-11 15:43:50 +01:00
committed by GitHub
parent 1ff0d17a2a
commit 00e4dc8b1b

View File

@@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "cnico";
repo = pname;
rev = version;
sha256 = "sha256-IAxB3i/HkwO5sjDh2aBCtijOcG0VIbatQjTWIh0inoM=";
rev = "refs/tags/${version}";
hash = "sha256-IAxB3i/HkwO5sjDh2aBCtijOcG0VIbatQjTWIh0inoM=";
};
nativeBuildInputs = [
@@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for Flipr API";
homepage = "https://github.com/cnico/flipr-api";
changelog = "https://github.com/cnico/flipr-api/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};