8000 Update URL from gh/jucor to gh/deepmind · google-deepmind/torch-randomkit@adaf8a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit adaf8a5

Browse files
author
Julien Cornebise
committed
Update URL from gh/jucor to gh/deepmind
1 parent cd09bba commit adaf8a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Randomkit random number generators, wrapped for Torch
22

3-
Please check-out its [website](http://jucor.github.io/torch-randomkit) for documentation, or the [offline copy](doc/html/index.html).
3+
Please check-out its [website](http://deepmind.github.io/torch-randomkit) for documentation, or the [offline copy](doc/html/index.html).

randomkit-0-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package = 'randomkit'
22
version = '0-0'
33

44
source = {
5-
url = 'git://github.com/jucor/torch-randomkit.git',
5+
url = 'git://github.com/deepmind/torch-randomkit.git',
66
branch = 'v0.0'
77
}
88

99
description = {
1010
summary = "Numpy's randomkit, wrapped for Torch",
11-
homepage = "http://jucor.github.io/torch-randomkit",
11+
homepage = "http://deepmind.github.io/torch-randomkit",
1212
detailed = "Provides and wraps the wide array of non-uniform random variate generators from the Randomkit C library, used at the heart of NumPy and distributed with permission. Interfaced with Torch's RNG functions to keep one single stream.",
1313
license = "BSD",
1414
maintainer = "Julien Cornebise <julien@cornebise.com>"

randomkit-0-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package = 'randomkit'
22
version = '0-1'
33

44
source = {
5-
url = 'git://github.com/jucor/torch-randomkit.git',
5+
url = 'git://github.com/deepmind/torch-randomkit.git',
66
branch = 'v0.1'
77
}
88

99
description = {
1010
summary = "Numpy's randomkit, wrapped for Torch",
11-
homepage = "http://jucor.github.io/torch-randomkit",
11+
homepage = "http://deepmind.github.io/torch-randomkit",
1212
detailed = "Provides and wraps the wide array of non-uniform random variate generators from the Randomkit C library, used at the heart of NumPy and distributed with permission. Interfaced with Torch's RNG functions to keep one single stream.",
1313
license = "BSD",
1414
maintainer = "Julien Cornebise <julien@cornebise.com>"

0 commit comments

Comments
 (0)
0