summaryrefslogtreecommitdiff
path: root/qutebrowser/commands/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/commands/command.py')
-rw-r--r--qutebrowser/commands/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/commands/command.py b/qutebrowser/commands/command.py
index a8936f133..aa0fc1f73 100644
--- a/qutebrowser/commands/command.py
+++ b/qutebrowser/commands/command.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/>.
"""Contains the Command class, a skeleton for a command."""