lol

mozinfo: fix evaluation

+2 -2
+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 - license = lib.licenses.mpl20; 26 - maintainers = with lib.maintainers; [ raskin ]; 25 + license = licenses.mpl20; 26 + maintainers = with maintainers; [ raskin ]; 27 27 }; 28 28 }