networkmanager: fix changelog url

This commit is contained in:
osbm
2025-10-22 20:09:59 +03:00
parent 0e56f86268
commit 10c0ba45be
+1 -1
View File
@@ -233,7 +233,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://networkmanager.dev";
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";
changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${finalAttrs.version}/NEWS";
maintainers = with maintainers; [
obadz
];