Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit e6d3ac8

Browse files
committed
Switch to https
1 parent ea084dd commit e6d3ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

budgie-haste-applet/NewHasteView.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class HasteApplet.NewHasteView : Gtk.Grid
2020
public Gtk.TextView textview;
2121
public Gtk.Button post_button;
2222
private string? text = null;
23-
public string haste_address { set; get; default = "hastebin.com"; }
23+
public string haste_address { set; get; default = "https://hastebin.com"; }
2424
public string protocol { set; get; default = "http"; }
2525
public bool is_editing { set; get; default = false; }
2626
public bool haste_address_invalid { set; get; default = false; }

data/com.github.cybre.haste-applet.gschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</key>
1515

1616
<key type="s" name="haste-address">
17-
<default>'hastebin.com'</default>
17+
<default>'https://hastebin.com'</default>
1818
<summary>haste-server Address</summary>
1919
<description>The haste-server address to use for pasting.</description>
2020
</key>

0 commit comments

Comments
 (0)