libkate: remove extra slash from src.domain (#468212)
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user