Skip to content

Commit

Permalink
changed references to http(s)://twinklephone.com to https://mfnboer.h…
Browse files Browse the repository at this point in the history
…ome.xs4all.nl/twinkle/

(cherry picked from commit 165c43d)
  • Loading branch information
matchuek authored and fbriere committed Feb 19, 2022
1 parent f016944 commit da27460
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Russian Michail Chodorenko
Swedish Daniel Nylander

Michel de Boer
www.twinklephone.com
https://mfnboer.home.xs4all.nl/twinkle/
2 changes: 1 addition & 1 deletion src/gui/lang/twinkle_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5620,7 +5620,7 @@ The values of all SIP headers in the incoming INVITE message are passed in envir
TWINKLE_TRIGGER=in_call. SIPREQUEST_METHOD=INVITE. The request-URI of the INVITE will be passed in &lt;b&gt;SIPREQUEST_URI&lt;/b&gt;. The name of the user profile will be passed in &lt;b&gt;TWINKLE_USER_PROFILE&lt;/b&gt;.</source>
<translation>&lt;p&gt;
Dieses Script wird gerufen, wenn ein INVITE (Anruf) ankommt. &lt;br&gt;
Bitte lesen Sie im Handbuch unter &quot;/usr/share/doc/packages/twinkle/...&quot; oder &quot;http://twinklephone.com&quot; die ausführliche Beschreibung!
Bitte lesen Sie im Handbuch unter &quot;/usr/share/doc/packages/twinkle/...&quot; oder &quot;https://mfnboer.home.xs4all.nl/twinkle/&quot; die ausführliche Beschreibung!
&lt;/p&gt;
&lt;h3&gt;Rückgabewerte&lt;/h3&gt; - print nach STDOUT (z.B. `echo &quot;action=dnd&quot;`), ein Wert pro Zeile: &lt;br&gt;
&lt;tt&gt;action=[ continue | reject | dnd | redirect | autoanswer ]&lt;br&gt;&lt;/tt&gt;
Expand Down
2 changes: 1 addition & 1 deletion src/gui/mphoneform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ void MphoneForm::aboutQt()

void MphoneForm::manual()
{
((t_gui *)ui)->open_url_in_browser("http://www.twinklephone.com");
((t_gui *)ui)->open_url_in_browser("https://mfnboer.home.xs4all.nl/twinkle/");
}

void MphoneForm::editUserProfile()
Expand Down
2 changes: 1 addition & 1 deletion twinkle.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BuildArch: i586
#BuildArch: x86_64
BuildRoot: %{_tmppath}/making_of_%{name}_%{version}
Packager:
URL: http://www.twinklephone.com
URL: https://mfnboer.home.xs4all.nl/twinkle/
Requires: alsa
Requires: ucommon
Requires: ccrtp >= 1.6.0
Expand Down

0 comments on commit da27460

Please sign in to comment.