Skip to content

Commit f96eb6a

Browse files
authored
treewide: remove refs/tags/ from github release meta.changelog (#353000)
2 parents a8bf8d9 + 2ec380a commit f96eb6a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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

pkgs/by-name/fo/forgejo/generic.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ buildGoModule rec {
155155
meta = {
156156
description = "Self-hosted lightweight software forge";
157157
homepage = "https://forgejo.org";
158-
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/${src.rev}";
158+
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v${version}";
159159
license = if lib.versionAtLeast version "9.0.0" then lib.licenses.gpl3Plus else lib.licenses.mit;
160160
maintainers = with lib.maintainers; [ emilylange urandom bendlas adamcstephens marie ];
161161
broken = stdenv.hostPlatform.isDarwin;

pkgs/by-name/ko/komac/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ rustPlatform.buildRustPackage {
6767
meta = {
6868
description = "Community Manifest Creator for WinGet";
6969
homepage = "https://github.com/russellbanks/Komac";
70-
changelog = "https://github.com/russellbanks/Komac/releases/tag/${src.rev}";
70+
changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}";
7171
license = lib.licenses.gpl3Plus;
7272
maintainers = with lib.maintainers; [
7373
kachick

pkgs/by-name/ty/typst/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
7575
passthru.updateScript = nix-update-script { };
7676

7777
meta = {
78-
changelog = "https://github.com/typst/typst/releases/tag/${src.rev}";
78+
changelog = "https://github.com/typst/typst/releases/tag/v${version}";
7979
description = "New markup-based typesetting system that is powerful and easy to learn";
8080
homepage = "https://github.com/typst/typst";
8181
license = lib.licenses.asl20;

pkgs/development/python-modules/xdg-base-dirs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildPythonPackage rec {
3535
meta = with lib; {
3636
description = "Implementation of the XDG Base Directory Specification in Python";
3737
homepage = "https://github.com/srstevenson/xdg-base-dirs";
38-
changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${src.rev}";
38+
changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}";
3939
license = licenses.isc;
4040
maintainers = with maintainers; [ figsoda ];
4141
};

0 commit comments

Comments
 (0)