From 453e068ca0f27f4f4f046aa0084e6080beafd581 Mon Sep 17 00:00:00 2001 From: aleksana Date: Sat, 29 Nov 2025 18:04:56 +0800 Subject: [PATCH] treewide: fix wrong github releases/tag page url --- pkgs/by-name/ec/ec2-instance-selector/package.nix | 2 +- pkgs/by-name/et/etterna/package.nix | 2 +- pkgs/by-name/gl/glas/package.nix | 2 +- pkgs/by-name/gr/grafanactl/package.nix | 2 +- pkgs/by-name/ni/nix-your-shell/package.nix | 2 +- pkgs/by-name/po/portal/package.nix | 2 +- pkgs/by-name/si/siglo/package.nix | 2 +- pkgs/by-name/xo/xonsh/xontribs/xontrib-jedi/default.nix | 2 +- pkgs/by-name/yt/ytmdesktop/package.nix | 2 +- pkgs/by-name/zc/zcfan/package.nix | 2 +- pkgs/development/python-modules/odc-geo/default.nix | 2 +- pkgs/development/python-modules/odc-loader/default.nix | 2 +- pkgs/development/python-modules/odc-stac/default.nix | 2 +- pkgs/development/python-modules/pylibrespot-java/default.nix | 2 +- pkgs/development/python-modules/pyotb/default.nix | 2 +- .../home-assistant/custom-components/daikin_onecta/package.nix | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pkgs/by-name/ec/ec2-instance-selector/package.nix b/pkgs/by-name/ec/ec2-instance-selector/package.nix index a4fa861e10d2..626d370f14e1 100644 --- a/pkgs/by-name/ec/ec2-instance-selector/package.nix +++ b/pkgs/by-name/ec/ec2-instance-selector/package.nix @@ -41,7 +41,7 @@ buildGoModule (finalAttrs: { meta = { description = "Recommends instance types based on resource criteria like vcpus and memory"; homepage = "https://github.com/aws/amazon-ec2-instance-selector"; - changelog = "https://github.com/aws/amazon-ec2-instance-selector/tags/v${finalAttrs.version}"; + changelog = "https://github.com/aws/amazon-ec2-instance-selector/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ wcarlsen ]; mainProgram = "ec2-instance-selector"; diff --git a/pkgs/by-name/et/etterna/package.nix b/pkgs/by-name/et/etterna/package.nix index 593b66bd10a1..842495a98dab 100644 --- a/pkgs/by-name/et/etterna/package.nix +++ b/pkgs/by-name/et/etterna/package.nix @@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Advanced cross-platform rhythm game focused on keyboard play"; homepage = "https://etternaonline.com"; - changelog = "https://github.com/etternagame/etterna/release/tag/v${finalAttrs.version}"; + changelog = "https://github.com/etternagame/etterna/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ alikindsys ]; mainProgram = "etterna"; diff --git a/pkgs/by-name/gl/glas/package.nix b/pkgs/by-name/gl/glas/package.nix index 5e81f0a2485a..5c7bc34d4dbd 100644 --- a/pkgs/by-name/gl/glas/package.nix +++ b/pkgs/by-name/gl/glas/package.nix @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Language server for the Gleam programming language"; homepage = "https://github.com/maurobalbi/glas"; - changelog = "https://github.com/maurobalbi/glas/tag/v${version}"; + changelog = "https://github.com/maurobalbi/glas/releases/tag/v${version}"; license = with lib.licenses; [ asl20 mit diff --git a/pkgs/by-name/gr/grafanactl/package.nix b/pkgs/by-name/gr/grafanactl/package.nix index 81f057479a2e..dad822082675 100644 --- a/pkgs/by-name/gr/grafanactl/package.nix +++ b/pkgs/by-name/gr/grafanactl/package.nix @@ -44,7 +44,7 @@ buildGoModule (finalAttrs: { meta = { description = "Tool designed to simplify interaction with Grafana instances"; homepage = "https://github.com/grafana/grafanactl"; - changelog = "https://github.com/grafana/grafanactl/tags/v${finalAttrs.version}"; + changelog = "https://github.com/grafana/grafanactl/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ wcarlsen ]; mainProgram = "grafanactl"; diff --git a/pkgs/by-name/ni/nix-your-shell/package.nix b/pkgs/by-name/ni/nix-your-shell/package.nix index 78271adfcb1c..8d3bbcb32cfe 100644 --- a/pkgs/by-name/ni/nix-your-shell/package.nix +++ b/pkgs/by-name/ni/nix-your-shell/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { mainProgram = "nix-your-shell"; description = "`nix` and `nix-shell` wrapper for shells other than `bash`"; homepage = "https://github.com/MercuryTechnologies/nix-your-shell"; - changelog = "https://github.com/MercuryTechnologies/nix-your-shell/releases/tags/v${version}"; + changelog = "https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v${version}"; license = [ lib.licenses.mit ]; maintainers = with lib.maintainers; [ _9999years ]; }; diff --git a/pkgs/by-name/po/portal/package.nix b/pkgs/by-name/po/portal/package.nix index 2d3eeef1dfbd..b30c527dccbd 100644 --- a/pkgs/by-name/po/portal/package.nix +++ b/pkgs/by-name/po/portal/package.nix @@ -23,7 +23,7 @@ buildGoModule rec { meta = { description = "Quick and easy command-line file transfer utility from any computer to another"; homepage = "https://github.com/SpatiumPortae/portal"; - changelog = "https://github.com/SpatiumPortae/portal/tag/v${version}"; + changelog = "https://github.com/SpatiumPortae/portal/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ tennox ]; mainProgram = "portal"; diff --git a/pkgs/by-name/si/siglo/package.nix b/pkgs/by-name/si/siglo/package.nix index fd84c2159614..e53f0f819ecc 100644 --- a/pkgs/by-name/si/siglo/package.nix +++ b/pkgs/by-name/si/siglo/package.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { description = "GTK app to sync InfiniTime watch with PinePhone"; mainProgram = "siglo"; homepage = "https://github.com/theironrobin/siglo"; - changelog = "https://github.com/theironrobin/siglo/tags/v${version}"; + changelog = "https://github.com/theironrobin/siglo/releases/tag/v${version}"; license = lib.licenses.mpl20; maintainers = [ ]; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/xo/xonsh/xontribs/xontrib-jedi/default.nix b/pkgs/by-name/xo/xonsh/xontribs/xontrib-jedi/default.nix index a6ae8f5e23dd..aea763c730f5 100644 --- a/pkgs/by-name/xo/xonsh/xontribs/xontrib-jedi/default.nix +++ b/pkgs/by-name/xo/xonsh/xontribs/xontrib-jedi/default.nix @@ -52,7 +52,7 @@ buildPythonPackage rec { meta = { description = "Xonsh Python mode completions using jedi"; homepage = "https://github.com/xonsh/xontrib-jedi"; - changelog = "https://github.com/xonsh/xontrib-jedi.releases/tag/${version}"; + changelog = "https://github.com/xonsh/xontrib-jedi/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ greg ]; }; diff --git a/pkgs/by-name/yt/ytmdesktop/package.nix b/pkgs/by-name/yt/ytmdesktop/package.nix index 37ffeed4eeab..10e5b31ca831 100644 --- a/pkgs/by-name/yt/ytmdesktop/package.nix +++ b/pkgs/by-name/yt/ytmdesktop/package.nix @@ -142,7 +142,7 @@ stdenv.mkDerivation (finalAttrs: { passthru.updateScript = nix-update-script { }; meta = { - changelog = "https://github.com/ytmdesktop/ytmdesktop/tag/v${finalAttrs.version}"; + changelog = "https://github.com/ytmdesktop/ytmdesktop/releases/tag/v${finalAttrs.version}"; description = "Desktop App for YouTube Music"; downloadPage = "https://github.com/ytmdesktop/ytmdesktop/releases"; homepage = "https://ytmdesktop.app/"; diff --git a/pkgs/by-name/zc/zcfan/package.nix b/pkgs/by-name/zc/zcfan/package.nix index 3468ac8b399c..84e80355a9e6 100644 --- a/pkgs/by-name/zc/zcfan/package.nix +++ b/pkgs/by-name/zc/zcfan/package.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Zero-configuration fan daemon for ThinkPads"; mainProgram = "zcfan"; homepage = "https://github.com/cdown/zcfan"; - changelog = "https://github.com/cdown/zcfan/tags/${finalAttrs.version}"; + changelog = "https://github.com/cdown/zcfan/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ luftmensch-luftmensch diff --git a/pkgs/development/python-modules/odc-geo/default.nix b/pkgs/development/python-modules/odc-geo/default.nix index b0bb434669f0..671d79881f05 100644 --- a/pkgs/development/python-modules/odc-geo/default.nix +++ b/pkgs/development/python-modules/odc-geo/default.nix @@ -111,7 +111,7 @@ buildPythonPackage rec { with geospatial metadata and geo-registered `xarray` rasters. ''; homepage = "https://github.com/opendatacube/odc-geo/"; - changelog = "https://github.com/opendatacube/odc-geo/tag/${src.tag}"; + changelog = "https://github.com/opendatacube/odc-geo/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ daspk04 ]; }; diff --git a/pkgs/development/python-modules/odc-loader/default.nix b/pkgs/development/python-modules/odc-loader/default.nix index 6fb6f3422ca8..a009f6af2eb0 100644 --- a/pkgs/development/python-modules/odc-loader/default.nix +++ b/pkgs/development/python-modules/odc-loader/default.nix @@ -72,7 +72,7 @@ buildPythonPackage rec { meta = { description = "Tools for constructing xarray objects from parsed metadata"; homepage = "https://github.com/opendatacube/odc-loader/"; - changelog = "https://github.com/opendatacube/odc-loader/tag/${version}"; + changelog = "https://github.com/opendatacube/odc-loader/releases/tag/${version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ daspk04 ]; }; diff --git a/pkgs/development/python-modules/odc-stac/default.nix b/pkgs/development/python-modules/odc-stac/default.nix index 99c06e80ed09..f4399b7fa4e6 100644 --- a/pkgs/development/python-modules/odc-stac/default.nix +++ b/pkgs/development/python-modules/odc-stac/default.nix @@ -86,7 +86,7 @@ buildPythonPackage rec { meta = { description = "Load STAC items into xarray Datasets"; homepage = "https://github.com/opendatacube/odc-stac/"; - changelog = "https://github.com/opendatacube/odc-stac/tag/${src.tag}"; + changelog = "https://github.com/opendatacube/odc-stac/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ daspk04 ]; }; diff --git a/pkgs/development/python-modules/pylibrespot-java/default.nix b/pkgs/development/python-modules/pylibrespot-java/default.nix index d35f5ec0ef1d..80c955d3f7da 100644 --- a/pkgs/development/python-modules/pylibrespot-java/default.nix +++ b/pkgs/development/python-modules/pylibrespot-java/default.nix @@ -29,7 +29,7 @@ buildPythonPackage rec { meta = { description = "Simple library to interface with a librespot-java server"; homepage = "https://github.com/uvjustin/pylibrespot-java"; - changelog = "https://github.com/uvjustin/pylibrespot-java/tag/v${version}"; + changelog = "https://github.com/uvjustin/pylibrespot-java/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ hensoko diff --git a/pkgs/development/python-modules/pyotb/default.nix b/pkgs/development/python-modules/pyotb/default.nix index f049a827a720..9276da826826 100644 --- a/pkgs/development/python-modules/pyotb/default.nix +++ b/pkgs/development/python-modules/pyotb/default.nix @@ -93,7 +93,7 @@ buildPythonPackage rec { meta = { description = "Python extension of Orfeo Toolbox"; homepage = "https://github.com/orfeotoolbox/pyotb"; - changelog = "https://github.com/orfeotoolbox/pyotb/tag/${version}"; + changelog = "https://github.com/orfeotoolbox/pyotb/releases/tag/${version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ daspk04 ]; }; diff --git a/pkgs/servers/home-assistant/custom-components/daikin_onecta/package.nix b/pkgs/servers/home-assistant/custom-components/daikin_onecta/package.nix index 7698754f5ac2..092692bd7aa2 100644 --- a/pkgs/servers/home-assistant/custom-components/daikin_onecta/package.nix +++ b/pkgs/servers/home-assistant/custom-components/daikin_onecta/package.nix @@ -17,7 +17,7 @@ buildHomeAssistantComponent rec { }; meta = { - changelog = "https://github.com/jwillemsen/daikin_onecta/tag/v${version}"; + changelog = "https://github.com/jwillemsen/daikin_onecta/releases/tag/v${version}"; description = "Home Assistant Integration for devices supported by the Daikin Onecta App"; homepage = "https://github.com/jwillemsen/daikin_onecta"; maintainers = with lib.maintainers; [ dandellion ];