dnscrypt-proxy: Fix plist DOCTYPE
This commit is contained in:
parent
3e0e780165
commit
cd67e1fae9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class DnscryptProxy < Formula
|
|||
|
||||
def plist; <<~EOS
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-/Apple/DTD PLIST 1.0/EN" "http:/www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
|
|
Loading…
Reference in a new issue