pythonPackages.numpy: set license to bsd3
This commit is contained in:
parent
86b239ea4c
commit
e95b156a0f
|
@ -92,6 +92,7 @@ in buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Scientific tools for Python";
|
description = "Scientific tools for Python";
|
||||||
homepage = "https://numpy.org/";
|
homepage = "https://numpy.org/";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,6 +95,7 @@ in buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Scientific tools for Python";
|
description = "Scientific tools for Python";
|
||||||
homepage = "https://numpy.org/";
|
homepage = "https://numpy.org/";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue