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.
This commit is contained in:
Alyssa Ross 2019-09-17 23:09:48 +00:00
parent 9566ec034b
commit 39b5f5956e
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -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 ];
};