summary refs log tree commit diff
path: root/pkgs/tools/text/popfile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/popfile/default.nix')
-rw-r--r--pkgs/tools/text/popfile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/popfile/default.nix b/pkgs/tools/text/popfile/default.nix
index 4048093a395..bda38297d66 100644
--- a/pkgs/tools/text/popfile/default.nix
+++ b/pkgs/tools/text/popfile/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
     homepage = http://getpopfile.org;
     license = stdenv.lib.licenses.gpl2;
 
-    # Should work on OS X, but havent tested it.
+    # Should work on macOS, but havent tested it.
     # Windows support is more complicated.
     # http://getpopfile.org/docs/faq:systemrequirements
     platforms = stdenv.lib.platforms.linux;