Skip to content

Commit

Permalink
Update third-party licenses (rm Quicksand; add Lexend)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwosd committed Jun 25, 2024
1 parent 2c4b773 commit 26ae682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/lib/pages/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ final List<ThirdPartyLicence> tplsAssets = <ThirdPartyLicence>[
years: '2015',
),
ThirdPartyLicence(
name: 'Quicksand Font',
url: 'https://github.com/andrew-paglinawan/QuicksandFamily',
name: 'Lexend Font',
url: 'https://github.com/googlefonts/lexend',
licence: 'SIL Open Font',
author: 'Quicksand project authors',
years: '2011',
author: 'The Lexend Project Authors',
years: '2018',
),
]..sort(
(ThirdPartyLicence tpl1, ThirdPartyLicence tpl2)
Expand Down

0 comments on commit 26ae682

Please sign in to comment.