Skip to content

Commit

Permalink
Fix juliabloggers url
Browse files Browse the repository at this point in the history
  • Loading branch information
haarts committed Feb 25, 2020
1 parent 29695bd commit daa3fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/julialang_news/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
func List() []feed.Feed {
return []feed.Feed{
feed.Feed{
URL: "http://www.juliabloggers.com/feed/",
URL: "https://www.juliabloggers.com/feed/",
ItemHandler: blogItem,
},
feed.Feed{
Expand Down

0 comments on commit daa3fdd

Please sign in to comment.