treewide: remove refs/tags/ from github release meta.changelog (#353000)

This commit is contained in:
Aleksana 2024-11-06 22:16:20 +08:00 committed by GitHub
commit f96eb6a3f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

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

View File

@ -155,7 +155,7 @@ buildGoModule rec {
meta = {
description = "Self-hosted lightweight software forge";
homepage = "https://forgejo.org";
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/${src.rev}";
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v${version}";
license = if lib.versionAtLeast version "9.0.0" then lib.licenses.gpl3Plus else lib.licenses.mit;
maintainers = with lib.maintainers; [ emilylange urandom bendlas adamcstephens marie ];
broken = stdenv.hostPlatform.isDarwin;

View File

@ -67,7 +67,7 @@ rustPlatform.buildRustPackage {
meta = {
description = "Community Manifest Creator for WinGet";
homepage = "https://github.com/russellbanks/Komac";
changelog = "https://github.com/russellbanks/Komac/releases/tag/${src.rev}";
changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
kachick

View File

@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/typst/typst/releases/tag/${src.rev}";
changelog = "https://github.com/typst/typst/releases/tag/v${version}";
description = "New markup-based typesetting system that is powerful and easy to learn";
homepage = "https://github.com/typst/typst";
license = lib.licenses.asl20;

View File

@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Implementation of the XDG Base Directory Specification in Python";
homepage = "https://github.com/srstevenson/xdg-base-dirs";
changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${src.rev}";
changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}";
license = licenses.isc;
maintainers = with maintainers; [ figsoda ];
};