Skip to content

Commit 0fcb05c

Browse files
authored
Update Github organization (#6)
1 parent 7ca1394 commit 0fcb05c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

COPYRIGHT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: ntEmbd
33
Upstream-Contact: Saber Hafezqorani <shafezqorani@bcgsc.ca>
4-
Source: https://github.com/bcgsc/ntEmbd
4+
Source: https://github.com/BirolLab/ntEmbd
55

66
License: GPL-3
77
This program is free software: you can redistribute it and/or modify

src/ntEmbd.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
PYTHON_VERSION = sys.version_info
2323
VERSION = "0.9"
2424
PROGRAM = "ntEmbd"
25-
AUTHOR = "Saber Hafezqorani (UBC & BCGSC)"
26-
CONTACT = "shafezqorani@bcgsc.ca"
25+
AUTHOR = "Saber Hafezqorani (UBC & Birol Lab @ BCCancer)"
2726

2827
# To use the callback during training, instantiate it with the validation data and
2928
# then add it to the `callbacks` list of the `fit` method:

0 commit comments

Comments
 (0)