pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A library for building interactive maps";
|
||||
homepage = "http://modestmaps.com";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user