gtkdatabox: adjusted license type

This commit is contained in:
Alexander Kiselyov 2021-08-27 16:25:07 +03:00
parent 27dcb4bd31
commit ee995cb4c8

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "GTK widget for displaying large amounts of numerical data";
homepage = "https://gtkdatabox.sourceforge.io/";
license = lib.licenses.lgpl2;
license = lib.licenses.lgpl2Only;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ yl3dy ];
};