aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/marionette-harness
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/marionette-harness')
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/default.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/manifestparser.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/marionette_driver.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozcrash.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozdevice.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozfile.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozhttpd.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozinfo.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozlog.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/moznetwork.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozprocess.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozprofile.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozrunner.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/moztest.nix2
-rw-r--r--nixpkgs/pkgs/development/python-modules/marionette-harness/mozversion.nix2
15 files changed, 15 insertions, 15 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/default.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/default.nix
index 4a9e0113c68..29d38a1f2f0 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/default.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/manifestparser.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/manifestparser.nix
index 7316526aa28..45e24ec2e1a 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/manifestparser.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/manifestparser.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/marionette_driver.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/marionette_driver.nix
index 4567d34932b..60e9e0460e7 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/marionette_driver.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/marionette_driver.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozcrash.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozcrash.nix
index c5d91fbfef7..18b39307a17 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozcrash.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozcrash.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozdevice.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozdevice.nix
index 9f1a682c2ce..03187c00bef 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozdevice.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozdevice.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozfile.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozfile.nix
index 9ca8ea0b789..829e909535a 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozfile.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozfile.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozhttpd.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozhttpd.nix
index 6862967e420..3520d23081b 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozhttpd.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozhttpd.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozinfo.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozinfo.nix
index 080be7e04ef..1aca4cb5846 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozinfo.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozinfo.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozlog.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozlog.nix
index 834bf48adbd..ee1aed055e7 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozlog.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozlog.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/moznetwork.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/moznetwork.nix
index 106a94b50e2..3029f7ed546 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/moznetwork.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/moznetwork.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprocess.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprocess.nix
index cfa0f766620..91ed225ecb8 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprocess.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprocess.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprofile.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprofile.nix
index dda9e07d5e5..7075a37263b 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprofile.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozprofile.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozrunner.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozrunner.nix
index 8cabe18e3c6..fc1d8a7bc7c 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozrunner.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozrunner.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/moztest.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/moztest.nix
index 2ff50e1fa92..1c9f9259d99 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/moztest.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/moztest.nix
@@ -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 ];
};
diff --git a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozversion.nix b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozversion.nix
index 12925f3575a..9717a847d35 100644
--- a/nixpkgs/pkgs/development/python-modules/marionette-harness/mozversion.nix
+++ b/nixpkgs/pkgs/development/python-modules/marionette-harness/mozversion.nix
@@ -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 ];
};