mozinfo: fix evaluation

This commit is contained in:
Jörg Thalheim 2017-08-28 10:40:27 +01:00
parent 5f5a5ba58e
commit ea3f747ed5

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "System information utilities for Mozilla testing";
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
license = licenses.mpl20;
maintainers = with maintainers; [ raskin ];
};
}