Unverified Commit c17ebb3f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents fcb26765 d989cb45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;