about summary refs log tree commit diff
path: root/pkgs/tools/X11/sbs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/sbs/default.nix')
-rw-r--r--pkgs/tools/X11/sbs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/sbs/default.nix b/pkgs/tools/X11/sbs/default.nix
index 8f16729cd2562..cddf508ead021 100644
--- a/pkgs/tools/X11/sbs/default.nix
+++ b/pkgs/tools/X11/sbs/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Simple background setter with 200 lines of code";
     homepage = "https://github.com/onur-ozkan/sbs";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ onur-ozkan ];
     mainProgram = "sbs";