opencloud.idp-web: fix changelog URL

This commit is contained in:
K900
2025-05-21 21:50:40 +03:00
parent 54389acec8
commit 29382c15ee
+1 -1
View File
@@ -44,7 +44,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "OpenCloud - IDP Web UI";
homepage = "https://github.com/opencloud-eu/opencloud";
changelog = "https://github.com/opencloud-eu/opencloud/blob/v${finalAttrs.src.rev}/CHANGELOG.md";
changelog = "https://github.com/opencloud-eu/opencloud/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
christoph-heiss