mirror of
https://github.com/benbusby/farside.git
synced 2025-04-29 23:20:03 +00:00
Refactor project to new name
The name of the project is being refactored from Privacy Revolver to Farside. The reasoning behind this is: 1. A shorter name is easier to remember 2. It can stand for "FOSS alternative redirecting service" (which I know doesn't encapsulate all letters from "farside", but it's close enough). This commit also includes improvements to the update script for determining how far along the script is.
This commit is contained in:
parent
06bb8403dd
commit
8042dcad0c
8 changed files with 45 additions and 30 deletions
|
@ -1,8 +1,8 @@
|
|||
defmodule PrivacyRevolverTest do
|
||||
defmodule FarsideTest do
|
||||
use ExUnit.Case
|
||||
use Plug.Test
|
||||
|
||||
alias PrivacyRevolver.Router
|
||||
alias Farside.Router
|
||||
|
||||
@opts Router.init([])
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue