Skip to content

Commit

Permalink
Massage licenses from SpaceDock
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 31, 2024
1 parent e52cf78 commit 36a1fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netkan/Transformers/SpacedockTransformer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private Metadata TransformOne(Metadata metadata, JObject json, SpacedockMod sdMo
// "GPLv3" - Becomes "GPL-3.0"
// "LGPL" - Specific version is indeterminate

var sdLicense = sdMod.license.Trim();
var sdLicense = sdMod.license.Trim().Replace(' ', '-');

switch (sdLicense)
{
Expand Down

0 comments on commit 36a1fd5

Please sign in to comment.