aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/api/v3/common.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:36:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:36:00 +0200
commit367c4d5aa807839b2106545cf8bc99a274e1a7f4 (patch)
tree265d4d97bdd7f03a0db0d6ff1aef66cc3661d353 /src/web/views/api/v3/common.py
parentupdated platform URL (diff)
downloadnewspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.gz
newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.bz2
newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.zip
new name: the last one.
Diffstat (limited to 'src/web/views/api/v3/common.py')
-rw-r--r--src/web/views/api/v3/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/views/api/v3/common.py b/src/web/views/api/v3/common.py
index 84e3da0d..eb354482 100644
--- a/src/web/views/api/v3/common.py
+++ b/src/web/views/api/v3/common.py
@@ -1,10 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
-# JARR - A Web based news aggregator.
+# Newspipe - A Web based news aggregator.
# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : http://github.com/JARR/JARR
+# For more information : http://github.com/Newspipe/Newspipe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
bgstack15