ArchiSteamFarm.ui: correct license metadata

https://github.com/JustArchiNET/ASF-ui/blob/0dc9b31a571fe840ac1661b9e9777f253304529d/LICENSE
This commit is contained in:
iliana etaoin
2023-06-28 03:16:11 +00:00
parent 453b11ce4f
commit 3ceb1a0649
@@ -26,7 +26,7 @@ buildNpmPackage {
meta = with lib; {
description = "The official web interface for ASF";
license = licenses.apsl20;
license = licenses.asl20;
homepage = "https://github.com/JustArchiNET/ASF-ui";
inherit (ArchiSteamFarm.meta) maintainers platforms;
};