From 39b5f5956ed4520ac73cc984c64f4863c2fb9025 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 17 Sep 2019 23:09:48 +0000 Subject: tarsnap: fix license to mark as unfree tarsnap has always been unfree, but this wasn't expressed properly, so it wouldn't be caught by allowUnfree = false. --- pkgs/tools/backup/tarsnap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/backup/tarsnap/default.nix b/pkgs/tools/backup/tarsnap/default.nix index d24da778dcd..8d23e955095 100644 --- a/pkgs/tools/backup/tarsnap/default.nix +++ b/pkgs/tools/backup/tarsnap/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { meta = { description = "Online backups for the truly paranoid"; homepage = "http://www.tarsnap.com/"; - license = "tarsnap"; + license = stdenv.lib.licenses.unfree; platforms = stdenv.lib.platforms.unix; maintainers = with stdenv.lib.maintainers; [ thoughtpolice roconnor ]; }; -- cgit 1.4.1