clj-kondo: fix typo
This commit is contained in:
parent
24f9dcd06b
commit
34b93d2007
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ buildGraalvmNativeImage rec {
|
|||
description = "A linter for Clojure code that sparks joy";
|
||||
homepage = "https://github.com/clj-kondo/clj-kondo";
|
||||
license = licenses.epl10;
|
||||
changelog = "https://github.com/clj-kondo/clj-kondo/blob/v${versiont}/CHANGELOG.md";
|
||||
changelog = "https://github.com/clj-kondo/clj-kondo/blob/v${version}/CHANGELOG.md";
|
||||
maintainers = with maintainers; [ jlesquembre bandresen thiagokokada ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue