about summary refs log tree commit diff
path: root/pkgs/tools/misc/umlet/default.nix
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2017-08-07 00:05:18 +0200
committerdavidak <git@davidak.de>2017-08-07 21:41:30 +0200
commit3270aa896bc78ee261c34137035d2705aba78440 (patch)
tree01c1f1bca1cd4bd6aedaca8114d6e980612beb53 /pkgs/tools/misc/umlet/default.nix
parentff9479cd543545899cfd6cc20bb446e5a6bf4603 (diff)
downloadnixlib-3270aa896bc78ee261c34137035d2705aba78440.tar
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.gz
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.bz2
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.lz
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.xz
nixlib-3270aa896bc78ee261c34137035d2705aba78440.tar.zst
nixlib-3270aa896bc78ee261c34137035d2705aba78440.zip
replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
Diffstat (limited to 'pkgs/tools/misc/umlet/default.nix')
-rw-r--r--pkgs/tools/misc/umlet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/umlet/default.nix b/pkgs/tools/misc/umlet/default.nix
index 918ff2f31799..b7f08f908361 100644
--- a/pkgs/tools/misc/umlet/default.nix
+++ b/pkgs/tools/misc/umlet/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
       draw UML diagrams fast, produce sequence and activity diagrams from
       plain text, export diagrams to eps, pdf, jpg, svg, and clipboard,
       share diagrams using Eclipse, and create new, custom UML elements.
-      UMLet runs stand-alone or as Eclipse plug-in on Windows, OS X and
+      UMLet runs stand-alone or as Eclipse plug-in on Windows, macOS and
       Linux.
     '';
     homepage = http://www.umlet.com;