Skip to content

Commit c15214c

Browse files
committed
external: updated catalog url for space_Veins
1 parent 7006629 commit c15214c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

opp_env/database/external.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,13 +2176,15 @@ def get_project_descriptions():
21762176
},
21772177

21782178
{
2179-
# TODO: add to catalog
21802179
# NOTE: the included inet is modified for space_veins
21812180
"name": "space_veins_allinone", "version": "0.3",
21822181
"required_projects": {"omnetpp": ["5.7.1"]},
21832182
"nix_packages": ["proj", "python2", "sumo"],
21842183
"description": "space_Veins is a Veins extension that integrates satellites as additional communication partners in vehicular networks.",
21852184
"details": "Note: this version downloads its own copy of INET and VEINS, and does not use ones installed by opp_env.",
2185+
"metadata": {
2186+
"catalog_url": "https://omnetpp.org/download-items/Space-Veins.html",
2187+
},
21862188
"download_url": "https://github.com/veins/space_veins/archive/refs/tags/space_Veins-0.3.tar.gz",
21872189
"patch_commands": [
21882190
r"""mv src/makefrag src/makefrag.orig""",

0 commit comments

Comments
 (0)