From 596e04cbb490f09eb0d96822a4ef15e6518f834e Mon Sep 17 00:00:00 2001 From: Yoichiro Hasebe Date: Sun, 4 Jul 2021 18:55:17 +0900 Subject: [PATCH] Github repo info fixed for ruby-spacy --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index b095aaa9f..b4e921ce3 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1334,7 +1334,7 @@ "title": "ruby-spacy", "slogan": "Wrapper module for using spaCy from Ruby via PyCall", "description": "ruby-spacy is a wrapper module for using spaCy from the Ruby programming language via PyCall. This module aims to make it easy and natural for Ruby programmers to use spaCy.", - "github": "https://github.com/yohasebe/ruby-spacy", + "github": "yohasebe/ruby-spacy", "code_example": [ "require \"ruby-spacy\"", "require \"terminal-table\"",