From c486acca90880b41a11d05df16e110ce7cb42106 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:48:32 +0200 Subject: [PATCH 1/3] python3Packages.yargy: fix typo in meta.homepage --- pkgs/development/python-modules/yargy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/yargy/default.nix b/pkgs/development/python-modules/yargy/default.nix index b4350676665f..1b13419b04bb 100644 --- a/pkgs/development/python-modules/yargy/default.nix +++ b/pkgs/development/python-modules/yargy/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { meta = with lib; { description = "Rule-based facts extraction for Russian language"; - homepage = "https://github.com/natasha/yargu"; + homepage = "https://github.com/natasha/yargy"; license = licenses.mit; maintainers = with maintainers; [ npatsakula ]; }; From 4c0595b0267a857279b37deefab9bb9221dee880 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:53:38 +0200 Subject: [PATCH 2/3] rhino: point meta.homepage to a working page --- pkgs/development/libraries/java/rhino/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/java/rhino/default.nix b/pkgs/development/libraries/java/rhino/default.nix index 1d8c54faed15..8016c7374ea3 100644 --- a/pkgs/development/libraries/java/rhino/default.nix +++ b/pkgs/development/libraries/java/rhino/default.nix @@ -63,7 +63,7 @@ stdenv.mkDerivation { to provide scripting to end users. ''; - homepage = "http://www.mozilla.org/rhino/"; + homepage = "https://rhino.github.io/"; license = with licenses; [ mpl11 # or From b7a50a29b6dc1189398303239f25c1eaf5421009 Mon Sep 17 00:00:00 2001 From: TomaSajt <62384384+TomaSajt@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:57:07 +0200 Subject: [PATCH 3/3] linuxPackages.rtl8821cu: fix github project name in meta.homepage --- pkgs/os-specific/linux/rtl8821cu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/rtl8821cu/default.nix b/pkgs/os-specific/linux/rtl8821cu/default.nix index 063c50e7c25b..32aa13cb81b5 100644 --- a/pkgs/os-specific/linux/rtl8821cu/default.nix +++ b/pkgs/os-specific/linux/rtl8821cu/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation { meta = with lib; { description = "Realtek rtl8821cu driver"; - homepage = "https://github.com/morrownr/8821cu"; + homepage = "https://github.com/morrownr/8821cu-20210916"; license = licenses.gpl2Only; platforms = platforms.linux; maintainers = [ maintainers.contrun ];