From 79c39130b2ea815ea7713fac1bc57e260f535fc8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:00:00 +0200 Subject: [PATCH 1/9] adbtuifm: fix url --- pkgs/by-name/ad/adbtuifm/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ad/adbtuifm/package.nix b/pkgs/by-name/ad/adbtuifm/package.nix index 8f8c15c283be..546d600451d2 100644 --- a/pkgs/by-name/ad/adbtuifm/package.nix +++ b/pkgs/by-name/ad/adbtuifm/package.nix @@ -16,7 +16,7 @@ buildGoModule rec { meta = with lib; { description = "A TUI-based file manager for the Android Debug Bridge"; homepage = "https://github.com/darkhz/adbtuifm"; - changelog = "https:/github.com/darkhz/adbtuifm/releases/tag/v${version}"; + changelog = "https://github.com/darkhz/adbtuifm/releases/tag/v${version}"; license = with licenses; [mit]; maintainers = with maintainers; [daru-san]; mainProgram = "adbtuifm"; From 4832da44cbf493890a654323a5a8d74415267b75 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:01:49 +0200 Subject: [PATCH 2/9] castnow: fix url --- pkgs/tools/networking/castnow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/castnow/default.nix b/pkgs/tools/networking/castnow/default.nix index 50bea652eef6..095a2e8541a6 100644 --- a/pkgs/tools/networking/castnow/default.nix +++ b/pkgs/tools/networking/castnow/default.nix @@ -20,7 +20,7 @@ buildNpmPackage rec { meta = { description = "Command-line Chromecast player"; - homepage = "commandline chromecast player"; + homepage = "https://github.com/xat/castnow"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ]; mainProgram = "castnow"; From 3af5beb0e2bae77b450bc70291353e39ab4a82f8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:04:58 +0200 Subject: [PATCH 3/9] libasn1c: fix url --- pkgs/servers/osmocom/libasn1c/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/osmocom/libasn1c/default.nix b/pkgs/servers/osmocom/libasn1c/default.nix index 11374fa055dd..a7d6f69f1206 100644 --- a/pkgs/servers/osmocom/libasn1c/default.nix +++ b/pkgs/servers/osmocom/libasn1c/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Runtime library of Lev Walkin's asn1c split out as separate library"; - homepage = "github.com/osmocom/libasn1c/"; + homepage = "https://github.com/osmocom/libasn1c/"; license = licenses.bsd2; platforms = platforms.linux; maintainers = with maintainers; [ janik ]; From 53e423eddb187e4f726c72c4c8a1b8213bc0b8fe Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:06:21 +0200 Subject: [PATCH 4/9] librsvg: fix url --- pkgs/development/libraries/librsvg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/librsvg/default.nix b/pkgs/development/libraries/librsvg/default.nix index ee840b8e7f39..a682b39bbcd8 100644 --- a/pkgs/development/libraries/librsvg/default.nix +++ b/pkgs/development/libraries/librsvg/default.nix @@ -217,7 +217,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "A small library to render SVG images to Cairo surfaces"; - homepage = "hhttps://gitlab.gnome.org/GNOME/librsvg"; + homepage = "https://gitlab.gnome.org/GNOME/librsvg"; license = licenses.lgpl2Plus; maintainers = teams.gnome.members; mainProgram = "rsvg-convert"; From 6e25c8015691260d63e5760abfbe385d37e5109c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:08:58 +0200 Subject: [PATCH 5/9] onlyoffice-documentserver: fix url --- pkgs/servers/onlyoffice-documentserver/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/onlyoffice-documentserver/default.nix b/pkgs/servers/onlyoffice-documentserver/default.nix index 61ea3cf6fd94..7369e0b25bb0 100644 --- a/pkgs/servers/onlyoffice-documentserver/default.nix +++ b/pkgs/servers/onlyoffice-documentserver/default.nix @@ -142,7 +142,7 @@ let ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. ''; - homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors"; + homepage = "https://github.com/ONLYOFFICE/DocumentServer"; license = licenses.agpl3Plus; platforms = [ "x86_64-linux" ]; sourceProvenance = [ sourceTypes.binaryNativeCode ]; From 17e5c8831d3cebf4e339d9a17aa2627b983dac95 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:10:51 +0200 Subject: [PATCH 6/9] openrocket: fix url --- pkgs/by-name/op/openrocket/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/op/openrocket/package.nix b/pkgs/by-name/op/openrocket/package.nix index 384d84d9fa45..b8d83dd8b30d 100644 --- a/pkgs/by-name/op/openrocket/package.nix +++ b/pkgs/by-name/op/openrocket/package.nix @@ -60,7 +60,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { meta = { changelog = "https://github.com/openrocket/openrocket/releases/tag/${finalAttrs.src.rev}"; description = "Model-rocketry aerodynamics and trajectory simulation software"; - homepage = "openrocket.info"; + homepage = "https://openrocket.info"; license = lib.licenses.gpl3Plus; mainProgram = "openrocket"; maintainers = with lib.maintainers; [ tomasajt ]; From 1e11f4625a7535e217ab6039de5bc089c80663b6 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:12:19 +0200 Subject: [PATCH 7/9] python312Packages.dnfile: fix url --- pkgs/development/python-modules/dnfile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dnfile/default.nix b/pkgs/development/python-modules/dnfile/default.nix index 40b97b6b6d8a..950f1bb45672 100644 --- a/pkgs/development/python-modules/dnfile/default.nix +++ b/pkgs/development/python-modules/dnfile/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to parse .NET executable files"; - homepage = "hhttps://github.com/malwarefrank/dnfile"; + homepage = "https://github.com/malwarefrank/dnfile"; changelog = "https://github.com/malwarefrank/dnfile/blob/v${version}/HISTORY.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; From ecd72ef063af793ef86f3e64987af1ee53cbe1d3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:13:32 +0200 Subject: [PATCH 8/9] python312Packages.pysqlitecipher: fix url --- pkgs/development/python-modules/pysqlitecipher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pysqlitecipher/default.nix b/pkgs/development/python-modules/pysqlitecipher/default.nix index 6eaa1d13eb7d..34f474c50a32 100644 --- a/pkgs/development/python-modules/pysqlitecipher/default.nix +++ b/pkgs/development/python-modules/pysqlitecipher/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { meta = { description = "Lightweight and easy to use sqlite wrapper with built-in encryption system"; - homepage = "Ghttps://github.com/harshnative/pysqlitecipher"; + homepage = "https://github.com/harshnative/pysqlitecipher"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ dotlambda ]; }; From fcab43ace79b5cebfc545227ec8cc11e9a1651a7 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 8 May 2024 20:15:01 +0200 Subject: [PATCH 9/9] python312Packages.python-homeassistant-analytics: fix url --- .../python-modules/python-homeassistant-analytics/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-homeassistant-analytics/default.nix b/pkgs/development/python-modules/python-homeassistant-analytics/default.nix index 633e8baf5853..4af23c95cc61 100644 --- a/pkgs/development/python-modules/python-homeassistant-analytics/default.nix +++ b/pkgs/development/python-modules/python-homeassistant-analytics/default.nix @@ -58,8 +58,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "python_homeassistant_analytics" ]; meta = with lib; { - changelog = "https://github.com/joostlek/python-homeassistant-analytics -/releases/tag/v${version}"; + changelog = "https://github.com/joostlek/python-homeassistant-analytics/releases/tag/v${version}"; description = "Asynchronous Python client for Homeassistant Analytics"; homepage = "https://github.com/joostlek/python-homeassistant-analytics ";