{python3Packages.yargy,rhino,linuxPackages.rtl8821cu}: fix meta.homepage (#418088)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user