diff options
| author | Stefan Kangas | 2021-10-31 20:22:20 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-31 20:22:20 +0100 |
| commit | 56d3bf6a535ed2f7c673fa2db7fc482a4e6739c9 (patch) | |
| tree | f48f43b2b19300b25d372e5c6b17f77110f52b50 /nextstep | |
| parent | 7cba7d5703e194089239838146520e31a1813813 (diff) | |
| download | emacs-56d3bf6a535ed2f7c673fa2db7fc482a4e6739c9.tar.gz emacs-56d3bf6a535ed2f7c673fa2db7fc482a4e6739c9.zip | |
; * nextstep/templates/Info.plist.in: Prefer HTTPS.
Diffstat (limited to 'nextstep')
| -rw-r--r-- | nextstep/templates/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in index 66cde9f4eeb..f9f0ec08571 100644 --- a/nextstep/templates/Info.plist.in +++ b/nextstep/templates/Info.plist.in | |||
| @@ -555,7 +555,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | |||
| 555 | <key>UTTypeIdentifier</key> | 555 | <key>UTTypeIdentifier</key> |
| 556 | <string>org.orgmode.org</string> | 556 | <string>org.orgmode.org</string> |
| 557 | <key>UTTypeReferenceURL</key> | 557 | <key>UTTypeReferenceURL</key> |
| 558 | <string>http://orgmode.org</string> | 558 | <string>https://orgmode.org</string> |
| 559 | <key>UTTypeTagSpecification</key> | 559 | <key>UTTypeTagSpecification</key> |
| 560 | <dict> | 560 | <dict> |
| 561 | <key>public.filename-extension</key> | 561 | <key>public.filename-extension</key> |