kitty: clarify license

This commit is contained in:
Luflosi 2021-04-27 23:06:42 +02:00
parent 2751cdfe09
commit 4d098d6b39
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -135,7 +135,7 @@ buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/kovidgoyal/kitty";
description = "A modern, hackable, featureful, OpenGL based terminal emulator";
license = licenses.gpl3;
license = licenses.gpl3Only;
changelog = "https://sw.kovidgoyal.net/kitty/changelog.html";
platforms = platforms.darwin ++ platforms.linux;
maintainers = with maintainers; [ tex rvolosatovs Luflosi ];