lol

ArchiSteamFarm.ui: correct license metadata

https://github.com/JustArchiNET/ASF-ui/blob/0dc9b31a571fe840ac1661b9e9777f253304529d/LICENSE

+1 -1
+1 -1
pkgs/applications/misc/ArchiSteamFarm/web-ui/default.nix
··· 26 26 27 27 meta = with lib; { 28 28 description = "The official web interface for ASF"; 29 - license = licenses.apsl20; 29 + license = licenses.asl20; 30 30 homepage = "https://github.com/JustArchiNET/ASF-ui"; 31 31 inherit (ArchiSteamFarm.meta) maintainers platforms; 32 32 };