about summary refs log tree commit diff
path: root/pkgs/desktops/lxqt/obconf-qt
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-02-08 11:41:52 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-02-08 11:41:52 -0300
commit591f129c6d19f5a65ed66b351597b6af394b7ab7 (patch)
tree5721351e0d588efae80b1c22ad676fa01d2de68f /pkgs/desktops/lxqt/obconf-qt
parent4ba25bcd028c041e0ee739082814f37dcc37afc5 (diff)
lxqt: cosmetical changes
Updated the GPL and LGPL licenses.
Diffstat (limited to 'pkgs/desktops/lxqt/obconf-qt')
-rw-r--r--pkgs/desktops/lxqt/obconf-qt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/obconf-qt/default.nix b/pkgs/desktops/lxqt/obconf-qt/default.nix
index 5772dfcf9e7f6..442c4c940b029 100644
--- a/pkgs/desktops/lxqt/obconf-qt/default.nix
+++ b/pkgs/desktops/lxqt/obconf-qt/default.nix
@@ -44,9 +44,9 @@ mkDerivation rec {
   passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
 
   meta = with lib; {
-    description = "The Qt port of obconf, the Openbox configuration tool";
     homepage = "https://github.com/lxqt/obconf-qt";
-    license = licenses.gpl2;
+    description = "The Qt port of obconf, the Openbox configuration tool";
+    license = licenses.gpl2Plus;
     platforms = with platforms; unix;
     maintainers = with maintainers; [ romildo ];
   };