mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Replace sf.net links by hohnstaedt.de/xca links
greping "sourceforge.net" was not sufficient
This commit is contained in:
parent
420b736f61
commit
adbc70c9b4
@ -65,7 +65,7 @@ from the database
|
||||
.I database
|
||||
in PEM format to <STDOUT>
|
||||
.SH SEE ALSO
|
||||
A more detailed HTML documentation can be found in the doc directory, in the "Help" menu of the application or on http://xca.sf.net
|
||||
A more detailed HTML documentation can be found in the doc directory, in the "Help" menu of the application or on http://hohnstaedt.de/documentation
|
||||
|
||||
.SH AUTHOR
|
||||
This manual page was written by Christian Hohnstaedt <christian@hohnstaedt.de>
|
||||
|
||||
@ -108,8 +108,8 @@ Section "xca (required)" SecMain
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "DisplayVersion" "${VERSION}"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "Version" "${VERSION}"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "URLUpdateInfo" "http://hohnstaedt.de/xca"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "URLInfoAbout" "http://xca.sf.net"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "HelpLink" "http://xca.sf.net"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "URLInfoAbout" "http://hohnstaedt.de/xca"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "HelpLink" "http://hohnstaedt.de/documentation"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "Publisher" "Christian Hohnstaedt <christian@hohnstaedt.de>"
|
||||
WriteRegDWord HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "NoModify" '1'
|
||||
WriteRegDWord HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "NoRepair" '1'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user