summaryrefslogtreecommitdiff
path: root/net/gallery-dl/patches/patch-gallery__dl_version.py
blob: 41e2c3ac3ef4405197966a7206977fef0e096270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-gallery__dl_version.py,v 1.3 2019/02/05 21:18:04 leot Exp $

Avoid a UnicodeDecodeError.

--- gallery_dl/version.py.orig	2018-02-16 21:28:15.000000000 +0000
+++ gallery_dl/version.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright 2016-2019 Mike Fährmann
+# Copyright 2016-2019 Mike Fahrmann
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 as