Skip to content

Commit 83e883e

Browse files
committed
Removed instances of old nrl mailing list
1 parent dee09ca commit 83e883e

14 files changed

+14
-18
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
# this defines the CORE version number, must be static for AC_INIT
5-
AC_INIT(core, 5.2.1, core-dev@nrl.navy.mil)
5+
AC_INIT(core, 5.2.1)
66

77
# autoconf and automake initialization
88
AC_CONFIG_SRCDIR([netns/version.h.in])

daemon/setup.py.in

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ setup(
5656
description="Python components of CORE",
5757
url="https://github.com/coreemu/core",
5858
author="Boeing Research & Technology",
59-
author_email="core-dev@nrl.navy.mil",
6059
license="BSD",
6160
long_description="Python scripts and modules for building virtual emulated networks.",
6261
)

gui/initgui.tcl

-2
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,6 @@ menu .menubar.help -tearoff 0
598598
"_launchBrowser https://github.com/coreemu/core"
599599
.menubar.help add command -label "CORE Documentation (www)" -command \
600600
"_launchBrowser https://coreemu.github.io/core/"
601-
.menubar.help add command -label "Mailing list (www)" -command \
602-
"_launchBrowser https://publists.nrl.navy.mil/mailman/listinfo/core-users"
603601
.menubar.help add command -label "About" -command popupAbout
604602

605603
#

man/core-cleanup.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ remove the core-daemon.log file
2323
.BR vcmd(1),
2424
.BR vnoded(1)
2525
.SH BUGS
26-
Report bugs to
27-
.BI core-dev@nrl.navy.mil.
26+
Report bugs to
27+
.BI https://github.com/coreemu/core/issues
2828

2929

man/core-daemon.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ enable debug logging; default = False
4848
.BR vnoded(1)
4949
.SH BUGS
5050
Report bugs to
51-
.BI core-dev@nrl.navy.mil.
51+
.BI https://github.com/coreemu/core/issues
5252

man/core-gui.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ With no parameters, starts the GUI in edit mode with a blank canvas.
4040
.BR vnoded(1)
4141
.SH BUGS
4242
Report bugs to
43-
.BI core-dev@nrl.navy.mil.
43+
.BI https://github.com/coreemu/core/issues
4444

man/core-xen-cleanup.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ also kill the Python daemon
2222
.BR vnoded(1)
2323
.SH BUGS
2424
Warning! This script will remove logical volumes that match the name "/dev/vg*/c*-n*-" on all volume groups. Use with care.
25-
Report bugs to
26-
.BI core-dev@nrl.navy.mil.
25+
Report bugs to
26+
.BI https://github.com/coreemu/core/issues
2727

2828

man/coresendmsg.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ coresendmsg \-H
8282
.BR vnoded(1)
8383
.SH BUGS
8484
Report bugs to
85-
.BI core-dev@nrl.navy.mil.
85+
.BI https://github.com/coreemu/core/issues

man/netns.1

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ wait for command to complete (useful for interactive commands)
2626
.BR vnoded(1)
2727
.SH BUGS
2828
Report bugs to
29-
.BI core-dev@nrl.navy.mil.
29+
.BI https://github.com/coreemu/core/issues
30+
3031

man/vcmd.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ control channel name (e.g. '/tmp/pycore.45647/n3')
3838
.BR vnoded(1),
3939
.SH BUGS
4040
Report bugs to
41-
.BI core-dev@nrl.navy.mil.
41+
.BI https://github.com/coreemu/core/issues
4242

man/vnoded.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ establish the specified <control channel> for receiving control commands
4040
.BR vcmd(1),
4141
.SH BUGS
4242
Report bugs to
43-
.BI core-dev@nrl.navy.mil.
43+
.BI https://github.com/coreemu/core/issues
4444

netns/setup.py.in

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ setup(
3838
],
3939
url="https://github.com/coreemu/core",
4040
author="Boeing Research & Technology",
41-
author_email="core-dev@nrl.navy.mil",
4241
license="BSD",
4342
long_description="Extension modules and utilities to support virtual nodes using Linux network namespaces",
4443
)

ns3/corens3/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Python package containing CORE components for use
55
with the ns-3 simulator.
66
7-
See http://www.nrl.navy.mil/itd/ncs/products/core and
8-
http://code.google.com/p/coreemu/ for more information on CORE.
7+
See http://code.google.com/p/coreemu/
8+
for more information on CORE.
99
"""

ns3/setup.py.in

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ setup(
1414
description="Python ns-3 components of CORE",
1515
url="https://github.com/coreemu/core",
1616
author="Boeing Research & Technology",
17-
author_email="core-dev@nrl.navy.mil",
1817
license="GPLv2",
1918
long_description="Python scripts and modules for building virtual simulated networks."
2019
)

0 commit comments

Comments
 (0)