Skip to content

Commit

Permalink
build: Fix URL in meson.build
Browse files Browse the repository at this point in the history
Some time ago we moved libavtp project out of OpenAvnu repo to its own
repo, but missed to update the URL in meson.build. This patch updates
the URL accordingly.

Signed-off-by: Andre Guedes <[email protected]>
  • Loading branch information
Andre Guedes authored and andrew-elder committed Jan 23, 2020
1 parent 1ad9c5e commit 2c8b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pkg.generate(
name: 'avtp',
description: 'AVTP packetization library',
version: meson.project_version(),
url: 'github.com/AVnu/OpenAvnu',
url: 'github.com/AVnu/libavtp',
libraries: avtp_lib,
)

Expand Down

0 comments on commit 2c8b0e6

Please sign in to comment.