diff options
| author | Jon Lund Steffensen <jonlst@gmail.com> | 2016-09-20 00:50:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-20 00:50:54 -0400 |
| commit | 47e1e5b17858e468375cfc34abb00d5bd0e60f1b (patch) | |
| tree | 33c1c4c5bb0eb4e99606575ad108ab4ce65f9bec /data/appdata | |
| parent | Merge pull request #308 from Anarky/master (diff) | |
| parent | Fix the screenshot URL. (diff) | |
| download | redshift-ng-47e1e5b17858e468375cfc34abb00d5bd0e60f1b.tar.gz redshift-ng-47e1e5b17858e468375cfc34abb00d5bd0e60f1b.tar.bz2 redshift-ng-47e1e5b17858e468375cfc34abb00d5bd0e60f1b.tar.xz | |
Merge pull request #365 from Mailaender/patch-1
Fixed the screenshot URL.
Diffstat (limited to '')
| -rw-r--r-- | data/appdata/redshift-gtk.appdata.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/appdata/redshift-gtk.appdata.xml.in b/data/appdata/redshift-gtk.appdata.xml.in index f2f3eae..3639984 100644 --- a/data/appdata/redshift-gtk.appdata.xml.in +++ b/data/appdata/redshift-gtk.appdata.xml.in @@ -11,7 +11,7 @@ </description> <screenshots> <screenshot type="default"> - <image>http://jonls.dk/wp-content/uploads/screenshot1.png</image> + <image>http://jonls.dk/assets/screenshot1.png</image> <_caption>The Redshift information window overlaid with an example of the redness effect</_caption> </screenshot> </screenshots> |
