Skip to content

Commit

Permalink
Fix slashdot favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico B committed Aug 8, 2017
1 parent 96c9fef commit 3d790d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/sources/slashdot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Feed = require('./feed');
const types = require('../types');

const Slashdot = new Feed('http://rss.slashdot.org/Slashdot/slashdotMain', types.Slashdot, 'http://macrumors.com');
const Slashdot = new Feed('http://rss.slashdot.org/Slashdot/slashdotMain', types.Slashdot, 'http://slashdot.org');

module.exports = Slashdot;

0 comments on commit 3d790d7

Please sign in to comment.