Skip to content

Commit

Permalink
rutracker: change name to *.org #15204
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Mar 28, 2024
1 parent c02b66a commit e6e1d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Indexers/RuTracker.cs
Expand Up @@ -24,8 +24,8 @@ namespace Jackett.Common.Indexers
public class RuTracker : IndexerBase
{
public override string Id => "rutracker";
public override string Name => "RuTracker";
public override string Description => "RuTracker is a Semi-Private Russian torrent site with a thriving file-sharing community";
public override string Name => "RuTracker.org";
public override string Description => "RuTracker.org is a Semi-Private Russian torrent site with a thriving file-sharing community";
public override string SiteLink { get; protected set; } = "https://rutracker.org/";
public override string[] AlternativeSiteLinks => new[]
{
Expand Down

0 comments on commit e6e1d09

Please sign in to comment.