about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-03-24 18:37:32 +0000
committerJan Malakhovski <oxij@oxij.org>2019-03-24 18:40:38 +0000
commite975d058cd310d71fdc2b1108a532d1d073f06f9 (patch)
treea92f53858ac8217db615d1cf36c0fa028e3b4d5d /pkgs/applications/networking
parentec4a7a02cabc2841333e60d5ab7270c86cc89cde (diff)
tor-browser-bundle: inherit meta
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/tor-browser-bundle/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix
index 8c8212e9e2c87..2c6940e037cd6 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle/default.nix
@@ -340,9 +340,7 @@ stdenv.mkDerivation rec {
       `tor-browser-bundle` needs for the bundling using a much simpler patch. See the
       longDescription and expression of the `firefoxPackages.tor-browser` package for more info.
     '';
-    homepage = https://torproject.org/;
-    license = licenses.free;
-    platforms = [ "x86_64-linux" ];
+    inherit (tor-browser-unwrapped.meta) homepage platforms license;
     hydraPlatforms = [ ];
     maintainers = with maintainers; [ joachifm ];
   };