summary refs log tree commit diff
path: root/pkgs/development/libraries/boost-process/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/boost-process/default.nix')
-rw-r--r--pkgs/development/libraries/boost-process/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/boost-process/default.nix b/pkgs/development/libraries/boost-process/default.nix
index 974654216e0..86cdd08db64 100644
--- a/pkgs/development/libraries/boost-process/default.nix
+++ b/pkgs/development/libraries/boost-process/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     homepage = "http://www.highscore.de/boost/process0.5/";
     description = "Library to manage system processes";
-    license = "boost-license";
+    license = with licenses; boost;
     platforms = platforms.unix;
     maintainers = with maintainers; [ abbradar ];
   };