summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-02-08 09:06:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-02-08 09:06:00 -0500
commit81a0660e1ab952eb6b9f299bfd89c788b6703eca (patch)
treeb4c8b9eee722e14232a211826bfd5cb7acaafea4 /pkgs/tools
parentc0d9f38b75b177d194f840fbd5f6c79427161763 (diff)
downloadnixpkgs-81a0660e1ab952eb6b9f299bfd89c788b6703eca.tar
nixpkgs-81a0660e1ab952eb6b9f299bfd89c788b6703eca.tar.gz
nixpkgs-81a0660e1ab952eb6b9f299bfd89c788b6703eca.tar.bz2
nixpkgs-81a0660e1ab952eb6b9f299bfd89c788b6703eca.tar.lz
nixpkgs-81a0660e1ab952eb6b9f299bfd89c788b6703eca.tar.xz
nixpkgs-81a0660e1ab952eb6b9f299bfd89c788b6703eca.tar.zst
nixpkgs-81a0660e1ab952eb6b9f299bfd89c788b6703eca.zip
satysfi: update license
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/satysfi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/satysfi/default.nix b/pkgs/tools/typesetting/satysfi/default.nix
index b175704f710..73370eb011e 100644
--- a/pkgs/tools/typesetting/satysfi/default.nix
+++ b/pkgs/tools/typesetting/satysfi/default.nix
@@ -71,7 +71,7 @@ in
       homepage = "https://github.com/gfngfn/SATySFi";
       description = "A statically-typed, functional typesetting system";
       changelog = "https://github.com/gfngfn/SATySFi/blob/v${version}/CHANGELOG.md";
-      license = licenses.lgpl3;
+      license = licenses.lgpl3Only;
       maintainers = [ maintainers.mt-caret maintainers.marsam ];
       platforms = platforms.all;
     };