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

Aleksana 97c0865e b9791754

Changed files
+3 -3
pkgs
development
libraries
java
rhino
python-modules
yargy
os-specific
linux
rtl8821cu
+1 -1
pkgs/development/libraries/java/rhino/default.nix
···
to provide scripting to end users.
'';
-
homepage = "http://www.mozilla.org/rhino/";
license = with licenses; [
mpl11 # or
···
to provide scripting to end users.
'';
+
homepage = "https://rhino.github.io/";
license = with licenses; [
mpl11 # or
+1 -1
pkgs/development/python-modules/yargy/default.nix
···
meta = with lib; {
description = "Rule-based facts extraction for Russian language";
-
homepage = "https://github.com/natasha/yargu";
license = licenses.mit;
maintainers = with maintainers; [ npatsakula ];
};
···
meta = with lib; {
description = "Rule-based facts extraction for Russian language";
+
homepage = "https://github.com/natasha/yargy";
license = licenses.mit;
maintainers = with maintainers; [ npatsakula ];
};
+1 -1
pkgs/os-specific/linux/rtl8821cu/default.nix
···
meta = with lib; {
description = "Realtek rtl8821cu driver";
-
homepage = "https://github.com/morrownr/8821cu";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.contrun ];
···
meta = with lib; {
description = "Realtek rtl8821cu driver";
+
homepage = "https://github.com/morrownr/8821cu-20210916";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ maintainers.contrun ];