{python3Packages.yargy,rhino,linuxPackages.rtl8821cu}: fix meta.homepage (#418088)

This commit is contained in:
Aleksana
2025-06-22 16:27:39 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -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
@@ -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 ];
};
+1 -1
View File
@@ -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 ];