summaryrefslogtreecommitdiff
path: root/src/Info.plist
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-03-11 17:44:47 -0800
committerLouie S <louie@example.com>2023-03-11 17:44:47 -0800
commit7fb869868f708f28d5351cce0ccfe0d9e183568e (patch)
treeb76e84ed8f7d44248731b48d020d3e96e2adbb7d /src/Info.plist
parentee103902c141cdc3dce565af453b589fd1fc7a82 (diff)
Change 'automake' to 'bison'
Diffstat (limited to 'src/Info.plist')
-rw-r--r--src/Info.plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Info.plist b/src/Info.plist
index f94b2c9..3cea0bd 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
- <string>gnuautomake</string>
+ <string>gnubison</string>
<key>CFBundleName</key>
- <string>GNU Automake</string>
+ <string>GNU Bison</string>
<key>DocSetPlatformFamily</key>
- <string>automake</string>
+ <string>bison</string>
<key>isDashDocset</key>
<true/>
</dict>