aboutsummaryrefslogtreecommitdiff
path: root/newspipe/models
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/models')
-rw-r--r--newspipe/models/__init__.py2
-rw-r--r--newspipe/models/article.py2
-rw-r--r--newspipe/models/bookmark.py2
-rw-r--r--newspipe/models/feed.py2
-rw-r--r--newspipe/models/role.py2
-rw-r--r--newspipe/models/user.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/newspipe/models/__init__.py b/newspipe/models/__init__.py
index c2078cea..95c42b69 100644
--- a/newspipe/models/__init__.py
+++ b/newspipe/models/__init__.py
@@ -4,7 +4,7 @@
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information: https://git.sr.ht/~cedric/newspipe
+# For more information: https://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
diff --git a/newspipe/models/article.py b/newspipe/models/article.py
index 09a39775..50afd067 100644
--- a/newspipe/models/article.py
+++ b/newspipe/models/article.py
@@ -4,7 +4,7 @@
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information: https://git.sr.ht/~cedric/newspipe
+# For more information: https://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
diff --git a/newspipe/models/bookmark.py b/newspipe/models/bookmark.py
index ddf7924d..cb8661c4 100644
--- a/newspipe/models/bookmark.py
+++ b/newspipe/models/bookmark.py
@@ -4,7 +4,7 @@
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information: https://git.sr.ht/~cedric/newspipe
+# For more information: https://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
diff --git a/newspipe/models/feed.py b/newspipe/models/feed.py
index 1521d362..4d067163 100644
--- a/newspipe/models/feed.py
+++ b/newspipe/models/feed.py
@@ -4,7 +4,7 @@
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information: https://git.sr.ht/~cedric/newspipe
+# For more information: https://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
diff --git a/newspipe/models/role.py b/newspipe/models/role.py
index 3f02c009..57709030 100644
--- a/newspipe/models/role.py
+++ b/newspipe/models/role.py
@@ -4,7 +4,7 @@
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information: https://git.sr.ht/~cedric/newspipe
+# For more information: https://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
diff --git a/newspipe/models/user.py b/newspipe/models/user.py
index 179474a6..f01086bb 100644
--- a/newspipe/models/user.py
+++ b/newspipe/models/user.py
@@ -4,7 +4,7 @@
# Newspipe - A web news aggregator.
# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information: https://git.sr.ht/~cedric/newspipe
+# For more information: https://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