diff --git a/build.gradle.kts b/build.gradle.kts index 5543e8c0..4b201a10 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,6 +53,7 @@ intellij { } changelog { + repositoryUrl.set("https://github.com/NixOS/nix-idea") lineSeparator.set("\n") // Workarounds because our version numbers do not match the format of semantic versioning: headerParserRegex.set("^[-._+0-9a-zA-Z]+\$")