Skip to content

Commit

Permalink
Corrected GPS coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
tommymaynard authored Oct 2, 2017
1 parent 6a849ab commit 1530057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Firehose.Web/Authors/TommyMaynard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TommyMaynard : IAmACommunityMember
public string TwitterHandle => "thetommymaynard";
public string GitHubHandle => "tommymaynard";
public string GravatarHash => "dea0a101353757985987705b513cc540";
public GeoPosition Position => new GeoPosition(32.2217, 110.9265);
public GeoPosition Position => new GeoPosition(32.2217, -110.9265);

public Uri WebSite => new Uri("http://tommymaynard.com/");
public IEnumerable<Uri> FeedUris { get { yield return new Uri("http://tommymaynard.com/feed/"); } }
Expand Down

0 comments on commit 1530057

Please sign in to comment.