From e704b6012b9fe7feca2bfebbe62cb9de7bb51314 Mon Sep 17 00:00:00 2001 From: Doomsdayrs Date: Tue, 10 May 2022 21:06:40 +0000 Subject: [PATCH 1/2] Convert README to MD --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 85171542..073c76af 100644 --- a/README +++ b/README @@ -1,2 +1,3 @@ -Maps is a map application for GNOME. +# Maps +The map application for GNOME. More information on https://wiki.gnome.org/Apps/Maps -- GitLab From f79063e459276116b9684c2c686ee0fc31134c20 Mon Sep 17 00:00:00 2001 From: doomsdayrs Date: Tue, 10 May 2022 17:08:29 -0400 Subject: [PATCH 2/2] Fix REAMDE file ext --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md -- GitLab