mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
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:
parent
f07d3a9dbe
commit
1290be592e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ rustPlatform.buildRustPackage {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tui-based PDF viewer";
|
description = "Tui-based PDF viewer";
|
||||||
homepage = "https://github.com/itsjunetime/tdf";
|
homepage = "https://github.com/itsjunetime/tdf";
|
||||||
license = lib.licenses.mpl20;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
luftmensch-luftmensch
|
luftmensch-luftmensch
|
||||||
DieracDelta
|
DieracDelta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue