about summary refs log tree commit diff
path: root/pkgs/development/libraries/freenect/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/freenect/default.nix')
-rw-r--r--pkgs/development/libraries/freenect/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/freenect/default.nix b/pkgs/development/libraries/freenect/default.nix
index 136f18b06143..c77c3b3640b7 100644
--- a/pkgs/development/libraries/freenect/default.nix
+++ b/pkgs/development/libraries/freenect/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake pkgconfig ];
 
   meta = {
-    description = "Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X";
+    description = "Drivers and libraries for the Xbox Kinect device on Windows, Linux, and macOS";
     inherit version;
     homepage = http://openkinect.org;
     license = with stdenv.lib.licenses; [ gpl2 asl20 ];