summary refs log tree commit diff
path: root/pkgs/tools/backup/bacula/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/bacula/default.nix')
-rw-r--r--pkgs/tools/backup/bacula/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/bacula/default.nix b/pkgs/tools/backup/bacula/default.nix
index fdc52eabd4b..0b29ca1f42a 100644
--- a/pkgs/tools/backup/bacula/default.nix
+++ b/pkgs/tools/backup/bacula/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Enterprise ready, Network Backup Tool";
     homepage    = http://bacula.org/;
-    license     = with licenses; gpl2;
+    license     = licenses.gpl2;
     maintainers = with maintainers; [ iElectric lovek323 ];
     platforms   = platforms.all;
   };