From 9efb6165b2c10d24f0160dd88e509b96366c3bf2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Mon, 15 Jun 2020 20:09:35 -0400
Subject: [PATCH] try to rename copyright file to md as well

---
 copyright.creole | 1 -
 copyright.md     | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 copyright.creole
 create mode 100644 copyright.md

diff --git a/copyright.creole b/copyright.creole
deleted file mode 100644
index d4421250..00000000
--- a/copyright.creole
+++ /dev/null
@@ -1 +0,0 @@
-<em><small>[[The Tor Project|https://www.torproject.org/]].</small></em>
diff --git a/copyright.md b/copyright.md
new file mode 100644
index 00000000..0782a471
--- /dev/null
+++ b/copyright.md
@@ -0,0 +1 @@
+<em><small>[The Tor Project](https://www.torproject.org/).</small></em>
-- 
GitLab