From 11ae7209746e7dbea5a81bcd8c2745a388806a66 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 22 Jul 2018 17:01:46 +0200 Subject: [PATCH] xrestop: add license see issue #43716 --- pkgs/tools/X11/xrestop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/X11/xrestop/default.nix b/pkgs/tools/X11/xrestop/default.nix index 76e502d7598..4f9b7bcb42e 100644 --- a/pkgs/tools/X11/xrestop/default.nix +++ b/pkgs/tools/X11/xrestop/default.nix @@ -14,5 +14,6 @@ stdenv.mkDerivation rec { meta = { platforms = stdenv.lib.platforms.unix; + license = stdenv.lib.licenses.gpl2; }; }