treewide: fix wrong github releases/tag page url (#466208)

This commit is contained in:
Martin Weinelt
2025-11-29 10:40:20 +00:00
committed by GitHub
16 changed files with 16 additions and 16 deletions
@@ -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";
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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 ];
};
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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;
@@ -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 ];
};
+1 -1
View File
@@ -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/";
+1 -1
View File
@@ -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
@@ -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 ];
};
@@ -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 ];
};
@@ -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 ];
};
@@ -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
@@ -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 ];
};
@@ -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 ];