kdlfmt: fix meta.homepage

This commit is contained in:
Defelo
2025-06-20 15:44:43 +02:00
parent 89b56a70d9
commit 0f5114eaaf
+1 -1
View File
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Formatter for kdl documents";
homepage = "https://github.com/hougesen/kdlfmt.git";
homepage = "https://github.com/hougesen/kdlfmt";
changelog = "https://github.com/hougesen/kdlfmt/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ airrnot ];