Commit b0aff56c authored by Tomodachi94's avatar Tomodachi94
Browse files

blueman: specify changelog

parent b89decb1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}