xcodegen: fix changelog (#512592)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user