bitly: move from bit.ly to bitly.

locals-and-roots
Doug Coleman 2016-03-15 00:22:01 -07:00
parent ee599e9dea
commit c51f518911
5 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: assocs http.client json.reader kernel namespaces
sequences urls ;
IN: bit.ly
IN: bitly
SYMBOLS: bitly-api-user bitly-api-key ;

View File

@ -1,6 +1,6 @@
! Copyright (C) 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors bit.ly combinators db.tuples debugger fry
USING: accessors bitly combinators db.tuples debugger fry
grouping io io.streams.string kernel locals make sequences
threads mason.email mason.twitter webapps.mason.backend
webapps.mason.version.common webapps.mason.version.data