summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-09 02:06:17 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-09 02:06:17 +0200
commitb598fea8d26e5ab4b7c6c6df0d8877a8605c0339 (patch)
tree15dc49fdeb186d77a7ddb58b41ced47b191111e2
parentf7050cc88c479dc137f7b5c02f5012488ca02352 (diff)
downloadnixpkgs-b598fea8d26e5ab4b7c6c6df0d8877a8605c0339.tar
nixpkgs-b598fea8d26e5ab4b7c6c6df0d8877a8605c0339.tar.gz
nixpkgs-b598fea8d26e5ab4b7c6c6df0d8877a8605c0339.tar.bz2
nixpkgs-b598fea8d26e5ab4b7c6c6df0d8877a8605c0339.tar.lz
nixpkgs-b598fea8d26e5ab4b7c6c6df0d8877a8605c0339.tar.xz
nixpkgs-b598fea8d26e5ab4b7c6c6df0d8877a8605c0339.tar.zst
nixpkgs-b598fea8d26e5ab4b7c6c6df0d8877a8605c0339.zip
octoprint.tests.plugins.abl-expert: use fetchFromGitLab
-rw-r--r--pkgs/applications/misc/octoprint/plugins.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/misc/octoprint/plugins.nix b/pkgs/applications/misc/octoprint/plugins.nix
index 3f994dbe459..913f0138654 100644
--- a/pkgs/applications/misc/octoprint/plugins.nix
+++ b/pkgs/applications/misc/octoprint/plugins.nix
@@ -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";
     };