diff options
author | Louie S <louie@example.com> | 2022-11-04 14:50:33 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2022-11-04 14:50:33 -0700 |
commit | 18db3871eace8da1cbdc6b2c15a155024254e4e5 (patch) | |
tree | 27f81269a07eda28b467991dd8ed33b0d2536d94 /src/Info.plist | |
parent | 11fb1559b94ab61bd4678de3352ad8ddd0997dc7 (diff) |
Replaced all instance of 'GNU Make' with 'GNU Automake'
Diffstat (limited to 'src/Info.plist')
-rw-r--r-- | src/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Info.plist b/src/Info.plist index b95b162..f94b2c9 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -3,11 +3,11 @@ <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> - <string>gnumake</string> + <string>gnuautomake</string> <key>CFBundleName</key> - <string>GNU Make</string> + <string>GNU Automake</string> <key>DocSetPlatformFamily</key> - <string>make</string> + <string>automake</string> <key>isDashDocset</key> <true/> </dict> |