Is it possible to use github link for a package dependency in dub.json?

E.g.

"dependencies": {
    "kxml": { "path": "Timoses/kxml" }
}

or

"dependencies": {
    "kxml": { "path": "https://github.com/Timoses/kxml" }
}

It's quite annoying that some packages become stale and there's no more response from the responsible person of the repo (e.g. https://github.com/opticron/kxml ).

Or is there another way to use my own repo?