python3Packages.epicstore-api: fix meta.changelog (#514590)

This commit is contained in:
Yohann Boniface
2026-04-28 23:51:45 +00:00
committed by GitHub
@@ -31,7 +31,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
changelog = "https://github.com/SD4RK/epicstore_api/releases/tag/v_${src.tag}";
changelog = "https://github.com/SD4RK/epicstore_api/releases/tag/${src.tag}";
description = "Epic Games Store Web API Wrapper written in Python";
homepage = "https://github.com/SD4RK/epicstore_api";
license = lib.licenses.mit;