aboutsummaryrefslogtreecommitdiff
path: root/newspipe/models/role.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/models/role.py')
-rw-r--r--newspipe/models/role.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/models/role.py b/newspipe/models/role.py
index 628467c0..3f02c009 100644
--- a/newspipe/models/role.py
+++ b/newspipe/models/role.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# newspipe - A Web based news aggregator.
+# 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
bgstack15