aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/models/bookmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/models/bookmark.py')
-rw-r--r--newspipe/web/models/bookmark.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/newspipe/web/models/bookmark.py b/newspipe/web/models/bookmark.py
index c557225e..558049fc 100644
--- a/newspipe/web/models/bookmark.py
+++ b/newspipe/web/models/bookmark.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://gitlab.com/newspipe/newspipe
+# For more information : https://git.sr.ht/~cedric/newspipe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
bgstack15