about summary refs log tree commit diff
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-19 14:26:06 +0200
committerJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-21 18:09:24 +0200
commit82b45bf4547f4d705663e4d2593ac78e24a5d094 (patch)
tree8ba08875292bf6f73c93fba5f269197ebca75c8a /pkgs/applications/backup
parent1b54a5cb78a4287042b2f4b6a78b1947778c110e (diff)
downloadnixlib-82b45bf4547f4d705663e4d2593ac78e24a5d094.tar
nixlib-82b45bf4547f4d705663e4d2593ac78e24a5d094.tar.gz
nixlib-82b45bf4547f4d705663e4d2593ac78e24a5d094.tar.bz2
nixlib-82b45bf4547f4d705663e4d2593ac78e24a5d094.tar.lz
nixlib-82b45bf4547f4d705663e4d2593ac78e24a5d094.tar.xz
nixlib-82b45bf4547f4d705663e4d2593ac78e24a5d094.tar.zst
nixlib-82b45bf4547f4d705663e4d2593ac78e24a5d094.zip
treewide: remove licenses.agpl3
Diffstat (limited to 'pkgs/applications/backup')
-rw-r--r--pkgs/applications/backup/urbackup-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/backup/urbackup-client/default.nix b/pkgs/applications/backup/urbackup-client/default.nix
index ed5f59e2c41c..3e6158f69ab5 100644
--- a/pkgs/applications/backup/urbackup-client/default.nix
+++ b/pkgs/applications/backup/urbackup-client/default.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
     description = "An easy to setup Open Source client/server backup system";
     longDescription = "An easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time";
     homepage = "https://www.urbackup.org/index.html";
-    license = licenses.agpl3;
+    license = licenses.agpl3Plus;
     platforms = platforms.linux;
     maintainers = [ maintainers.mgttlinger ];
   };