summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-09-18 00:15:19 +0000
committerGitHub <noreply@github.com>2019-09-18 00:15:19 +0000
commit48277d3f9da68c797e51909d4232be9cace854a6 (patch)
tree5ce10da33311c05d4ba19b6db06ff35ec31f1e19 /pkgs
parent1bc7fae62d711ea7e7cfd833437faf6aecb6915c (diff)
parent39b5f5956ed4520ac73cc984c64f4863c2fb9025 (diff)
downloadnixpkgs-48277d3f9da68c797e51909d4232be9cace854a6.tar
nixpkgs-48277d3f9da68c797e51909d4232be9cace854a6.tar.gz
nixpkgs-48277d3f9da68c797e51909d4232be9cace854a6.tar.bz2
nixpkgs-48277d3f9da68c797e51909d4232be9cace854a6.tar.lz
nixpkgs-48277d3f9da68c797e51909d4232be9cace854a6.tar.xz
nixpkgs-48277d3f9da68c797e51909d4232be9cace854a6.tar.zst
nixpkgs-48277d3f9da68c797e51909d4232be9cace854a6.zip
Merge pull request #68992 from alyssais/tarsnap
tarsnap: fix license to mark as unfree
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/backup/tarsnap/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };