xcodegen: fix changelog (#512592)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-23 09:04:25 +00:00
committed by GitHub
+1 -1
View File
@@ -64,7 +64,7 @@ swiftPackages.stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Swift command line tool for generating your Xcode project";
homepage = "https://github.com/yonaskolb/XcodeGen";
changelog = "https://github.com/XcodeGen/blob/${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/yonaskolb/XcodeGen/blob/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
platforms = lib.platforms.darwin;
maintainers = [ lib.maintainers.samasaur ];