summaryrefslogtreecommitdiff
path: root/qutebrowser/commands/argparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/commands/argparser.py')
-rw-r--r--qutebrowser/commands/argparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/commands/argparser.py b/qutebrowser/commands/argparser.py
index d18f1910a..f8f083b72 100644
--- a/qutebrowser/commands/argparser.py
+++ b/qutebrowser/commands/argparser.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/>.
"""argparse.ArgumentParser subclass to parse qutebrowser commands."""