summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/histcategory.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/completion/models/histcategory.py')
-rw-r--r--qutebrowser/completion/models/histcategory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/completion/models/histcategory.py b/qutebrowser/completion/models/histcategory.py
index cf7134469..bee2b43d9 100644
--- a/qutebrowser/completion/models/histcategory.py
+++ b/qutebrowser/completion/models/histcategory.py
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
"""A completion category that queries the SQL history store."""