mosquitto: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 03:04:04 +02:00
parent 17cc18cc70
commit fa27b45ed9
+1 -1
View File
@@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Open source MQTT v3.1/3.1.1/5.0 broker";
homepage = "https://mosquitto.org/";
changelog = "https://github.com/eclipse/mosquitto/blob/v${finalAttrs.version}/ChangeLog.txt";
changelog = "https://github.com/eclipse-mosquitto/mosquitto/blob/v2.0.22/ChangeLog.txt";
license = lib.licenses.epl10;
maintainers = with lib.maintainers; [
peterhoeg