diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-16 20:57:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 20:57:25 -0700 |
commit | 545bb59149c0d84b0ee5524fe7daf683a9b53f81 (patch) | |
tree | efe620c326b8b007d922e76df1363dcef35310f7 /redshift.conf.sample | |
parent | Merge pull request #494 from jonls/contributing (diff) | |
parent | Remove deprecated geoclue 1 location provider (diff) | |
download | redshift-ng-545bb59149c0d84b0ee5524fe7daf683a9b53f81.tar.gz redshift-ng-545bb59149c0d84b0ee5524fe7daf683a9b53f81.tar.bz2 redshift-ng-545bb59149c0d84b0ee5524fe7daf683a9b53f81.tar.xz |
Merge pull request #497 from jonls/remove-geoclue-1
Remove deprecated GeoClue 1 location provider
Diffstat (limited to 'redshift.conf.sample')
-rw-r--r-- | redshift.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redshift.conf.sample b/redshift.conf.sample index 633d0b3..cd36048 100644 --- a/redshift.conf.sample +++ b/redshift.conf.sample @@ -24,7 +24,7 @@ gamma=0.8 ;gamma-day=0.8:0.7:0.8 ;gamma-night=0.6 -; Set the location-provider: 'geoclue', 'geoclue2', 'manual' +; Set the location-provider: 'geoclue2', 'manual' ; type 'redshift -l list' to see possible values. ; The location provider settings are in a different section. location-provider=manual |