diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-03 10:54:55 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-03 10:54:55 +0200 |
commit | 68f6bdf0f88322867b35a6ae35a0c4c3ea641884 (patch) | |
tree | e11fbf5a349086bbed407f2020219a5d5c679820 /src/catlfish.erl | |
parent | 7725f46cd64c5a405ffed6177019383ffe18dd8e (diff) |
Rename to ctls.
Diffstat (limited to 'src/catlfish.erl')
-rw-r--r-- | src/catlfish.erl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl deleted file mode 100644 index a8c5a86..0000000 --- a/src/catlfish.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 through an ~/.erlang file. - --module('catlfish'). --export([start/0]). - -start() -> - io:format("Starting catlfish~n"), - https_server:start(). |