Merge pull request #68992 from alyssais/tarsnap

tarsnap: fix license to mark as unfree
This commit is contained in:
Franz Pletz 2019-09-18 00:15:19 +00:00 committed by GitHub
commit 48277d3f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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