tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mozinfo: fix evaluation
Jörg Thalheim
8 years ago
ea3f747e
5f5a5ba5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
marionette-harness
mozinfo.nix
+2
-2
pkgs/development/python-modules/marionette-harness/mozinfo.nix
···
22
22
meta = with stdenv.lib; {
23
23
description = "System information utilities for Mozilla testing";
24
24
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
25
25
-
license = lib.licenses.mpl20;
26
26
-
maintainers = with lib.maintainers; [ raskin ];
25
25
+
license = licenses.mpl20;
26
26
+
maintainers = with maintainers; [ raskin ];
27
27
};
28
28
}