Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81b560d2 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '5976-Update_repository_url' into 'main'

5976-Update_repository_url

See merge request !120
parents a267ab57 6e36acba
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@ Mail is forked from [k9 Mail](https://github.com/k9mail/k-9)

## Authors

[Authors](https://gitlab.e.foundation/e/apps/Mail/-/blob/master/AUTHORS)
[Authors](https://gitlab.e.foundation/e/os/Mail/-/blob/master/AUTHORS)

## Release Notes

Check out the [Release Notes](https://gitlab.e.foundation/e/apps/Mail/-/releases) to find out what changed
Check out the [Release Notes](https://gitlab.e.foundation/e/os/Mail/-/releases) to find out what changed
in each version of Mail.

## Privacy Policy
+4 −4
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/apps/Mail/-/releases" />
            android:data="https://gitlab.e.foundation/e/os/Mail/-/releases" />


    </Preference>
@@ -54,7 +54,7 @@
        android:layout="@layout/custom_preference">
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/apps/Mail/-/blob/master/LICENSE" />
            android:data="https://gitlab.e.foundation/e/os/Mail/-/blob/master/LICENSE" />
    </Preference>

    <Preference
@@ -62,7 +62,7 @@
        android:layout="@layout/custom_preference">
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/apps/Mail/-/blob/master/AUTHORS" />
            android:data="https://gitlab.e.foundation/e/os/Mail/-/blob/master/AUTHORS" />
    </Preference>

    <Preference
@@ -70,7 +70,7 @@
        android:layout="@layout/custom_preference">
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/apps/Mail" />
            android:data="https://gitlab.e.foundation/e/os/Mail" />
    </Preference>

    <Preference