mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
blueman: specify changelog
This commit is contained in:
parent
b89decb107
commit
b0aff56c9c
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue