Skip to content

Commit 2ec380a

Browse files
committed
equibop: remove refs/tags/ from github release meta.changelog
1 parent ead2fda commit 2ec380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/eq/equibop/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
141141
meta = {
142142
description = "Custom Discord App aiming to give you better performance and improve linux support";
143143
homepage = "https://github.com/Equicord/Equibop";
144-
changelog = "https://github.com/Equicord/Equibop/releases/tag/${finalAttrs.src.rev}";
144+
changelog = "https://github.com/Equicord/Equibop/releases/tag/v${finalAttrs.version}";
145145
license = lib.licenses.gpl3Only;
146146
maintainers = [
147147
lib.maintainers.NotAShelf

0 commit comments

Comments
 (0)