Skip to content

Commit

Permalink
fix(model): Keep the description when converting a project to a package
Browse files Browse the repository at this point in the history
This is a fixup for 61a9846.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Dec 8, 2024
1 parent f56a744 commit ef538ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ data class Project(
id = id,
authors = authors,
declaredLicenses = declaredLicenses,
description = "",
description = description,
homepageUrl = homepageUrl,
binaryArtifact = RemoteArtifact.EMPTY,
sourceArtifact = RemoteArtifact.EMPTY,
Expand Down

0 comments on commit ef538ee

Please sign in to comment.