updated project url

This commit is contained in:
2018-10-26 15:35:50 +02:00
parent 16ca38c4e4
commit 0a52ba39d7
19 changed files with 49 additions and 49 deletions

View File

@ -1,5 +1,5 @@
PROJECT_NAME := "gonextcloud"
PKG := "gitlab.adphi.fr/partitio/Nextcloud-Partitio/$(PROJECT_NAME)"
PKG := "gitlab.bertha.cloud/partitio/Nextcloud-Partitio/$(PROJECT_NAME)"
PKG_LIST := $(shell go list ${PKG})
GO_FILES := $(shell find . -name '*.go' | grep -v _test.go)