From 61020d5f233818f77d74fb73139398a1d4189882 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Thu, 8 Nov 2018 20:49:23 +0100 Subject: tie: add license --- pkgs/development/tools/misc/tie/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/tools') diff --git a/pkgs/development/tools/misc/tie/default.nix b/pkgs/development/tools/misc/tie/default.nix index c73dbfce8f8..c380243a898 100644 --- a/pkgs/development/tools/misc/tie/default.nix +++ b/pkgs/development/tools/misc/tie/default.nix @@ -23,5 +23,6 @@ stdenv.mkDerivation rec { description = "Allow multiple web change files"; platforms = with platforms; unix; maintainers = with maintainers; [ vrthra ]; + license = licenses.abstyles; }; } -- cgit 1.4.1