documize-community: 2.2.1 -> 2.4.1
This commit is contained in:
parent
21fe4fd176
commit
e1bf0c96d0
@ -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/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user