ankisyncd: 2.1.0 -> 2.2.0 (#111755)

See #107526
This commit is contained in:
Matt Snider
2021-02-19 19:10:38 +01:00
committed by GitHub
parent c1a0106f40
commit b8e6168ce7

View File

@@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "ankisyncd";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "tsudoko";
owner = "ankicommunity";
repo = "anki-sync-server";
rev = version;
sha256 = "6a140afa94fdb1725fed716918875e3d2ad0092cb955136e381c9d826cc4927c";
sha256 = "196xhd6vzp1ncr3ahz0bv0gp1ap2s37j8v48dwmvaywzayakqdab";
};
format = "other";
@@ -60,8 +60,8 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Self-hosted Anki sync server";
maintainers = with maintainers; [ matt-snider ];
homepage = "https://github.com/tsudoko/anki-sync-server";
license = licenses.agpl3;
homepage = "https://github.com/ankicommunity/anki-sync-server";
license = licenses.agpl3Only;
platforms = platforms.linux;
};
}