tdf: correct license

Upstream changed its license to GPL-3.0-or-later
starting with version 0.2.0.

- b9a12650c6
- https://github.com/itsjunetime/tdf/blob/v0.2.0/LICENSE
This commit is contained in:
Kenichi Kamiya 2025-06-04 23:40:36 +09:00
parent f07d3a9dbe
commit 1290be592e
No known key found for this signature in database
GPG key ID: 9BE4016A38165CCB

View file

@ -41,7 +41,7 @@ rustPlatform.buildRustPackage {
meta = {
description = "Tui-based PDF viewer";
homepage = "https://github.com/itsjunetime/tdf";
license = lib.licenses.mpl20;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
luftmensch-luftmensch
DieracDelta