fix: change old git urls to anthrove urls
Some checks failed
Gitea Build Check / Build (push) Failing after 7s

This commit is contained in:
SoXX 2024-07-19 21:57:14 +02:00
parent 17c84acf7b
commit af59e71e72

View File

@ -1,7 +1,7 @@
syntax = "proto3"; syntax = "proto3";
import "google/protobuf/timestamp.proto"; import "google/protobuf/timestamp.proto";
option go_package = "git.dragse.it/anthrove/plug-[REPLACE_ME]/api/gRPC"; option go_package = "git.anthrove.art/anthrove/plug-[REPLACE_ME]/api/gRPC";
service PlugConnector { service PlugConnector {
rpc TaskStart(PlugTaskCreation) returns (PlugTaskStatus); rpc TaskStart(PlugTaskCreation) returns (PlugTaskStatus);