octoprint.tests.plugins.abl-expert: use fetchFromGitLab

This commit is contained in:
Sandro Jäckel 2023-04-09 02:06:17 +02:00
parent f7050cc88c
commit b598fea8d2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -40,8 +40,10 @@ in
pname = "ABL_Expert";
version = "0.6";
src = fetchgit {
url = "https://framagit.org/razer/Octoprint_ABL_Expert/";
src = fetchFromGitLab {
domain = "framagit.org";
owner = "razer";
repo = "Octoprint_ABL_Expert";
rev = version;
sha256 = "0ij3rvdwya1sbymwm5swlh2j4jagb6fal945g88zrzh5xf26hzjh";
};