equibop: remove refs/tags/ from github release meta.changelog

This commit is contained in:
Peder Bergebakken Sundt 2024-11-01 22:59:46 +01:00
parent ead2fda64c
commit 2ec380a34d

View file

@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Custom Discord App aiming to give you better performance and improve linux support";
homepage = "https://github.com/Equicord/Equibop";
changelog = "https://github.com/Equicord/Equibop/releases/tag/${finalAttrs.src.rev}";
changelog = "https://github.com/Equicord/Equibop/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = [
lib.maintainers.NotAShelf