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:
parent
9566ec034b
commit
39b5f5956e
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Online backups for the truly paranoid";
|
description = "Online backups for the truly paranoid";
|
||||||
homepage = "http://www.tarsnap.com/";
|
homepage = "http://www.tarsnap.com/";
|
||||||
license = "tarsnap";
|
license = stdenv.lib.licenses.unfree;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice roconnor ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice roconnor ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user