Merge pull request #60308 from elseym/documize

documize-community: 2.2.1 -> 2.4.1
This commit is contained in:
Maximilian Bosch 2019-04-28 00:05:07 +02:00 committed by GitHub
commit e572b53759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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