diff --git a/Gopkg.toml b/Gopkg.toml index 663a851..05252e4 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -20,6 +20,9 @@ # name = "github.com/x/y" # version = "2.4.0" +[metadata.heroku] + root-package = "git.xeserv.us/xena/identicond" + install = [ "./cmd/..." ] [[constraint]] name = "github.com/Xe/ln"