From 315e9b9cd34665299543f4d0ec587fbcce3b0adb Mon Sep 17 00:00:00 2001 From: bharnden Date: Sat, 30 Mar 2019 21:19:00 -0700 Subject: [PATCH] updated core url to reference github --- Makefile.am | 2 +- daemon/setup.py.in | 2 +- netns/setup.py.in | 2 +- ns3/setup.py.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7626ced9..42dd4af6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ fpm -s dir -t $1 -n core-gui \ -m "$(PACKAGE_MAINTAINERS)" \ --license "BSD" \ --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)" \ -p core-gui_VERSION_ARCH.$1 \ -v $(PACKAGE_VERSION) \ diff --git a/daemon/setup.py.in b/daemon/setup.py.in index efbb980d..89be649e 100644 --- a/daemon/setup.py.in +++ b/daemon/setup.py.in @@ -54,7 +54,7 @@ setup( data_files=data_files, scripts=glob.glob("scripts/*"), 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_email="core-dev@nrl.navy.mil", license="BSD", diff --git a/netns/setup.py.in b/netns/setup.py.in index ad53e41a..0866fe5c 100644 --- a/netns/setup.py.in +++ b/netns/setup.py.in @@ -36,7 +36,7 @@ setup( netns, vcmd ], - url="http://www.nrl.navy.mil/itd/ncs/products/core", + url="https://github.com/coreemu/core", author="Boeing Research & Technology", author_email="core-dev@nrl.navy.mil", license="BSD", diff --git a/ns3/setup.py.in b/ns3/setup.py.in index 31f154f2..8335d43f 100644 --- a/ns3/setup.py.in +++ b/ns3/setup.py.in @@ -12,7 +12,7 @@ setup( ], data_files=[(_EXAMPLES_DIR, glob.glob("examples/*"))], 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_email="core-dev@nrl.navy.mil", license="GPLv2",