about summary refs log tree commit diff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2024-06-04 22:40:13 +0900
committernatsukium <tomoya.otabi@gmail.com>2024-06-04 22:40:13 +0900
commitb3aa19a57b6867e611aaa5a00aed400b5201991d (patch)
tree27c5d56e79e746543d25ad860988dcbca64a0b24
parent6ee48fe55c0c58b3f8123f8208975374e8be4bc8 (diff)
python311Packages.hdmedians: fix license
see https://github.com/daleroberts/hdmedians/blob/v0.14.2/LICENSE
-rw-r--r--pkgs/development/python-modules/hdmedians/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hdmedians/default.nix b/pkgs/development/python-modules/hdmedians/default.nix
index 9af6b79fc7d18..2d9ab83819536 100644
--- a/pkgs/development/python-modules/hdmedians/default.nix
+++ b/pkgs/development/python-modules/hdmedians/default.nix
@@ -47,7 +47,7 @@ buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://github.com/daleroberts/hdmedians";
     description = "High-dimensional medians";
-    license = licenses.gpl3;
+    license = licenses.asl20;
     maintainers = [ ];
   };
 }