diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | META6.json | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4a5e4c7..640f8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -lib/.precomp +.precomp +sdist/ diff --git a/META6.json b/META6.json index 28010f9..b373aeb 100644 --- a/META6.json +++ b/META6.json @@ -1,6 +1,6 @@ { "name" : "caelum", - "auth" : "github:andinus", + "auth" : "zef:andinus", "version" : "0.1.1", "description" : "Caelum is a text based Cee-lo game", "authors" : [ "Andinus <andinus@nand.sh>" ], |