Property definitions

nitc :: nitpackage $ MPackage :: _issues_url
	private var issues_url: nullable String is lazy do
		var git = git_url
		if git == null then return null
		return "{git.replace(".git", "")}/issues"
	end
src/nitpackage.nit:211,2--215,4