updated core url to reference github
This commit is contained in:
parent
1bf53cfd03
commit
315e9b9cd3
4 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ fpm -s dir -t $1 -n core-gui \
|
||||||
-m "$(PACKAGE_MAINTAINERS)" \
|
-m "$(PACKAGE_MAINTAINERS)" \
|
||||||
--license "BSD" \
|
--license "BSD" \
|
||||||
--description "Common Open Research Emulator GUI front-end" \
|
--description "Common Open Research Emulator GUI front-end" \
|
||||||
--url http://www.nrl.navy.mil/itd/ncs/products/core \
|
--url https://github.com/coreemu/core \
|
||||||
--vendor "$(PACKAGE_VENDOR)" \
|
--vendor "$(PACKAGE_VENDOR)" \
|
||||||
-p core-gui_VERSION_ARCH.$1 \
|
-p core-gui_VERSION_ARCH.$1 \
|
||||||
-v $(PACKAGE_VERSION) \
|
-v $(PACKAGE_VERSION) \
|
||||||
|
|
|
@ -54,7 +54,7 @@ setup(
|
||||||
data_files=data_files,
|
data_files=data_files,
|
||||||
scripts=glob.glob("scripts/*"),
|
scripts=glob.glob("scripts/*"),
|
||||||
description="Python components of CORE",
|
description="Python components of CORE",
|
||||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
url="https://github.com/coreemu/core",
|
||||||
author="Boeing Research & Technology",
|
author="Boeing Research & Technology",
|
||||||
author_email="core-dev@nrl.navy.mil",
|
author_email="core-dev@nrl.navy.mil",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
|
|
|
@ -36,7 +36,7 @@ setup(
|
||||||
netns,
|
netns,
|
||||||
vcmd
|
vcmd
|
||||||
],
|
],
|
||||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
url="https://github.com/coreemu/core",
|
||||||
author="Boeing Research & Technology",
|
author="Boeing Research & Technology",
|
||||||
author_email="core-dev@nrl.navy.mil",
|
author_email="core-dev@nrl.navy.mil",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
|
|
|
@ -12,7 +12,7 @@ setup(
|
||||||
],
|
],
|
||||||
data_files=[(_EXAMPLES_DIR, glob.glob("examples/*"))],
|
data_files=[(_EXAMPLES_DIR, glob.glob("examples/*"))],
|
||||||
description="Python ns-3 components of CORE",
|
description="Python ns-3 components of CORE",
|
||||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
url="https://github.com/coreemu/core",
|
||||||
author="Boeing Research & Technology",
|
author="Boeing Research & Technology",
|
||||||
author_email="core-dev@nrl.navy.mil",
|
author_email="core-dev@nrl.navy.mil",
|
||||||
license="GPLv2",
|
license="GPLv2",
|
||||||
|
|
Loading…
Reference in a new issue