treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla Marionette protocol test automation harness";
|
||||
homepage = https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette;
|
||||
homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla test manifest handling";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla Marionette driver";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Marionette;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Marionette";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Minidump stack trace extractor";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla-authored device management";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "File utilities for Mozilla testing";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Webserver for Mozilla testing";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "System information utilities for Mozilla testing";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla logging library";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Network utilities for Mozilla testing";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla-authored process handling";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla application profile handling library";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla application start/stop helpers";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Mozilla test result storage and output";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Application version information library";
|
||||
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
|
||||
homepage = "https://wiki.mozilla.org/Auto-tools/Projects/Mozbase";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ raskin ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user