From ebd8b41b7930206b5919e71c15ad93ef7dc3787c Mon Sep 17 00:00:00 2001 From: the-antz Date: Wed, 24 Mar 2021 10:46:07 +0100 Subject: [PATCH] Fix typo, remove stale OpenWeatherMapWeatherProvider reference (#37) * Fix typo in README.md * Remove stale reference to OpenWeatherMapWeatherProvider --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 05740b6..2f6405e 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,9 @@ The included APKs are: * FDroid packages (binaries sourced from [here](https://f-droid.org/packages/org.fdroid.fdroid/) and [here](https://f-droid.org/packages/org.fdroid.fdroid.privileged/)) * FDroid: a catalogue of FOSS (Free and Open Source Software) applications for the Android platform * FDroid Privileged Extension: a FDroid extension to ease the installation/removal of apps - * additional_repos.xmly: a simple package to include the [microG FDroid repository](https://microg.org/fdroid.html) in the ROM (requires FDroid >= 1.5) + * additional_repos.xml: a simple package to include the [microG FDroid repository](https://microg.org/fdroid.html) in the ROM (requires FDroid >= 1.5) * microG packages (binaries sourced from [here](https://microg.org/download.html) and [here](https://github.com/microg/android_frameworks_mapsv1)) * GmsCore: the main component of microG, a FOSS reimplementation of the Google Play Services (requires GsfProxy and FakeStore for full functionality) * GsfProxy: a GmsCore proxy for legacy GCM compatibility * FakeStore: an empty package that mocks the existence of the Google Play Store * com.google.android.maps: legacy microG's mapsv1 reimplementation - * LineageOS packages (binaries sourced from [here](https://download.lineageos.org/extras)) - * OpenWeatherMapWeatherProvider: "Open Weather Map" weather provider for the LineageOS' weather service -