1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From 15612dd5baa6288777ecf6c3c78d2267fac57c8a Mon Sep 17 00:00:00 2001
From: Thomas Goirand <zigo@debian.org>
Date: Wed, 14 Oct 2015 23:48:10 +0200
Subject: <short summary of the patch>
This produced an FTBFS, so we're removing non-ascii char.
Forwarded: no
Last-Update: 2014-06-28
---
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index b373f15..8fa5851 100644
--- a/README.rst
+++ b/README.rst
@@ -56,7 +56,7 @@ http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
Obligatory
----------
-Copyright © 2012 German M. Bravo (Kronuz). Additional credits in the
+Copyright (c) 2012 German M. Bravo (Kronuz). Additional credits in the
documentation.
Licensed under the `MIT license`_, reproduced in ``LICENSE``.
|