bitly: move from bit.ly to bitly.
parent
ee599e9dea
commit
c51f518911
|
@ -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 ;
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue