Merge commit '4c49205' into HEAD

This commit is contained in:
Frederik Rietdijk
2017-08-13 18:34:59 +02:00
63 changed files with 83 additions and 82 deletions

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "a helper script that creates application bundles form GTK+ executables for Mac OS X";
description = "a helper script that creates application bundles form GTK+ executables for macOS";
maintainers = [ maintainers.matthewbauer ];
platforms = platforms.darwin;
homepage = https://wiki.gnome.org/Projects/GTK+/OSX/Bundling;