updated core url to reference github

This commit is contained in:
bharnden 2019-03-30 21:19:00 -07:00
parent 1bf53cfd03
commit 315e9b9cd3
4 changed files with 4 additions and 4 deletions

View file

@ -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) \

View file

@ -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",

View file

@ -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",

View file

@ -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",