summary refs log tree commit diff
path: root/pkgs/servers/web-apps/whitebophir/default.nix
diff options
context:
space:
mode:
authorIngo Blechschmidt <iblech@web.de>2021-03-06 18:43:25 +0100
committerIngo Blechschmidt <iblech@web.de>2021-03-09 11:00:08 +0100
commit4fa699d6df425d3198921e0f0f372eb8a4a8f152 (patch)
tree97c94780aab9bc7bb2ab1876a2dbc500e39d02e4 /pkgs/servers/web-apps/whitebophir/default.nix
parente93028f5377274c17301eb676373687f3428dd78 (diff)
downloadnixpkgs-4fa699d6df425d3198921e0f0f372eb8a4a8f152.tar
nixpkgs-4fa699d6df425d3198921e0f0f372eb8a4a8f152.tar.gz
nixpkgs-4fa699d6df425d3198921e0f0f372eb8a4a8f152.tar.bz2
nixpkgs-4fa699d6df425d3198921e0f0f372eb8a4a8f152.tar.lz
nixpkgs-4fa699d6df425d3198921e0f0f372eb8a4a8f152.tar.xz
nixpkgs-4fa699d6df425d3198921e0f0f372eb8a4a8f152.tar.zst
nixpkgs-4fa699d6df425d3198921e0f0f372eb8a4a8f152.zip
whitebophir: 1.9.0 -> 1.9.1
Diffstat (limited to 'pkgs/servers/web-apps/whitebophir/default.nix')
-rw-r--r--pkgs/servers/web-apps/whitebophir/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/whitebophir/default.nix b/pkgs/servers/web-apps/whitebophir/default.nix
index a1d8e9c0061..7373724a018 100644
--- a/pkgs/servers/web-apps/whitebophir/default.nix
+++ b/pkgs/servers/web-apps/whitebophir/default.nix
@@ -1,7 +1,6 @@
 { stdenv
 , pkgs
 , lib
-, fetchurl
 , nodejs
 , runtimeShell
 }:
@@ -28,7 +27,7 @@ let
 
     meta = with lib; {
       description = "Online collaborative whiteboard that is simple, free, easy to use and to deploy";
-      license = licenses.agpl3;
+      license = licenses.agpl3Plus;
       homepage = "https://github.com/lovasoa/whitebophir";
       maintainers = with maintainers; [ iblech ];
       platforms = platforms.unix;