diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-06-10 20:27:06 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-06-10 20:27:06 +0200 |
commit | f473802d5ebe9192c635c477d053523b2baaa3a3 (patch) | |
tree | 93715c463006a28fddcd2dd55fb49abae9169e71 /src/ctls.erl | |
parent | a59474f202b8115a8bff58101b1b9847551764ce (diff) |
Change ctls -> catlfish.
Diffstat (limited to 'src/ctls.erl')
-rw-r--r-- | src/ctls.erl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ctls.erl b/src/ctls.erl deleted file mode 100644 index 9c4c9b4..0000000 --- a/src/ctls.erl +++ /dev/null @@ -1,12 +0,0 @@ -%% This is a CA transparency log. - -%% In order to find https_server and other required modules, a couple -%% of subdirectories need to be added to the Erlang path -%% (code:add_pathz/1). This can be done in an ~/.erlang file. - --module('ctls'). --export([start/0]). - -start() -> - io:format("Starting ctls~n"), - https_server:start(). |