documize-community: 2.2.1 -> 2.4.1

This commit is contained in:
elseym 2019-04-27 10:54:37 +02:00
parent 21fe4fd176
commit e1bf0c96d0
No known key found for this signature in database
GPG key ID: 8696D1F9E5C020D2

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "documize-community";
version = "2.2.1";
version = "2.4.1";
src = fetchFromGitHub {
owner = "documize";
repo = "community";
rev = "v${version}";
sha256 = "09s5js0zb3mh3g5qz8f3l2cqjn01kjb35kinfv932nf2rfyrmyqz";
sha256 = "1spj8awyv37gmrm49py3wz7590r7rz63qizgifdzjbvacadavm0c";
};
goPackagePath = "github.com/documize/community";
@ -37,7 +37,7 @@ buildGoPackage rec {
meta = with lib; {
description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS";
license = licenses.agpl3;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ma27 elseym ];
homepage = https://www.documize.com/;
};
}