From f94580da695808d04626775d6aa3864a91b735b2 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 21 Dec 2014 00:00:35 +0100 Subject: Fix license attribute of many bsd-like licensed packages --- pkgs/applications/window-managers/sxhkd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/window-managers/sxhkd') diff --git a/pkgs/applications/window-managers/sxhkd/default.nix b/pkgs/applications/window-managers/sxhkd/default.nix index 03563a4f81212..af368d0a04259 100644 --- a/pkgs/applications/window-managers/sxhkd/default.nix +++ b/pkgs/applications/window-managers/sxhkd/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { meta = { description = "Simple X hotkey daemon"; homepage = "http://github.com/baskerville/sxhkd"; - license = "BSD"; + license = stdenv.lib.licenses.bsd2; platforms = stdenv.lib.platforms.linux; }; } -- cgit 1.4.1