1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-14 22:51:11 +02:00

Add developer name in metainfo

Reference-to: https://github.com/tenacityteam/tenacity/pull/540

Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
This commit is contained in:
TheEvilSkeleton
2021-08-30 09:38:56 -04:00
committed by Sol Fisher Romanoff
parent d1a63e32c5
commit e0132ca9c0
2 changed files with 2 additions and 1 deletions

View File

@@ -209,7 +209,7 @@
{
"type": "shell",
"commands": [
"sed -e '42i <release version=\"master\" date=\"2021-08-12\"/>' -i help/tenacity.metainfo.xml"
"sed -e '43i <release version=\"master\" date=\"2021-08-12\"/>' -i help/tenacity.metainfo.xml"
]
}
]