whitebophir: 1.9.0 -> 1.9.1

This commit is contained in:
Ingo Blechschmidt
2021-03-09 11:00:08 +01:00
parent e93028f537
commit 4fa699d6df
3 changed files with 36 additions and 37 deletions
@@ -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;