mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mosquitto: add meta.changelog
attribute
This commit is contained in:
parent
348d9d0414
commit
0c764c58a4
@ -86,6 +86,7 @@ stdenv.mkDerivation rec {
|
||||
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${version}/ChangeLog.txt";
|
||||
license = lib.licenses.epl10;
|
||||
maintainers = [ lib.maintainers.peterhoeg ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user