blueman: specify changelog

This commit is contained in:
Tomo 2023-05-14 19:36:34 -07:00
parent b89decb107
commit b0aff56c9c

View file

@ -55,6 +55,7 @@ in stdenv.mkDerivation rec {
description = "GTK-based Bluetooth Manager";
license = licenses.gpl3;
platforms = platforms.linux;
changelog = "https://github.com/blueman-project/blueman/releases/tag/${version}";
maintainers = with maintainers; [ abbradar ];
};
}