mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
etebase-server: fix changelog URL
This commit is contained in:
@@ -64,7 +64,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://github.com/etesync/server";
|
||||
description = "Etebase (EteSync 2.0) server so you can run your own";
|
||||
mainProgram = "etebase-server";
|
||||
changelog = "https://github.com/etesync/server/blob/${finalAttrs.version}/ChangeLog.md";
|
||||
changelog = "https://github.com/etesync/server/blob/v${finalAttrs.version}/ChangeLog.md";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
felschr
|
||||
|
||||
Reference in New Issue
Block a user