libkate: remove extra slash from src.domain

This breaks refetching with options like config.fetchedSourceNameDefault
This commit is contained in:
Justin Restivo
2025-12-05 21:54:25 +01:00
committed by Sandro Jäckel
parent b411e36dc5
commit ac3547856b
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "0.4.3";
src = fetchFromGitLab {
domain = "gitlab.xiph.org/";
domain = "gitlab.xiph.org";
owner = "xiph";
repo = "kate";
tag = "kate-${finalAttrs.version}";