summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorhqurve <hqurve@outlook.com>2021-07-30 11:18:59 -0400
committerhqurve <hqurve@outlook.com>2021-07-30 11:25:16 -0400
commit8a2f376b83dc55be7bd196820ebaf9a08417a480 (patch)
treeada4580c922d6af57f2b22c61e77df11fa827b1f /pkgs/desktops
parent44b0d80303d55c38210785a474e92a7e01e133c3 (diff)
downloadnixpkgs-8a2f376b83dc55be7bd196820ebaf9a08417a480.tar
nixpkgs-8a2f376b83dc55be7bd196820ebaf9a08417a480.tar.gz
nixpkgs-8a2f376b83dc55be7bd196820ebaf9a08417a480.tar.bz2
nixpkgs-8a2f376b83dc55be7bd196820ebaf9a08417a480.tar.lz
nixpkgs-8a2f376b83dc55be7bd196820ebaf9a08417a480.tar.xz
nixpkgs-8a2f376b83dc55be7bd196820ebaf9a08417a480.tar.zst
nixpkgs-8a2f376b83dc55be7bd196820ebaf9a08417a480.zip
krunner-symbols: fix license
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/3rdparty/addons/krunner-symbols.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/3rdparty/addons/krunner-symbols.nix b/pkgs/desktops/plasma-5/3rdparty/addons/krunner-symbols.nix
index 7a0b6162257..5255bb4b050 100644
--- a/pkgs/desktops/plasma-5/3rdparty/addons/krunner-symbols.nix
+++ b/pkgs/desktops/plasma-5/3rdparty/addons/krunner-symbols.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A little krunner plugin (Plasma 5) to retrieve unicode symbols, or any other string, based on a corresponding keyword";
     homepage = "https://github.com/domschrei/krunner-symbols";
-    license = licenses.gpl3Only;
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ hqurve ];
     platforms = platforms.linux;
   };