about summary refs log tree commit diff
path: root/pkgs/development/compilers/teyjus/default.nix
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2017-10-27 01:44:19 +0200
committerOrivej Desh <orivej@gmx.fr>2017-11-03 18:52:28 +0000
commit525380b472697bd6488200f6757bafe4731ababc (patch)
treed7d95ef3e59346b02cfe173672f71cfaa011dcab /pkgs/development/compilers/teyjus/default.nix
parent74260a4922e678348eac91f4aa5767a3f5a039a4 (diff)
downloadnixlib-525380b472697bd6488200f6757bafe4731ababc.tar
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.gz
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.bz2
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.lz
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.xz
nixlib-525380b472697bd6488200f6757bafe4731ababc.tar.zst
nixlib-525380b472697bd6488200f6757bafe4731ababc.zip
treewide: abandon Google Code homepages
Diffstat (limited to 'pkgs/development/compilers/teyjus/default.nix')
-rw-r--r--pkgs/development/compilers/teyjus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/teyjus/default.nix b/pkgs/development/compilers/teyjus/default.nix
index 301915b7a26b..222a22bf1cd9 100644
--- a/pkgs/development/compilers/teyjus/default.nix
+++ b/pkgs/development/compilers/teyjus/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "teyjus-2.0b2";
 
   src = fetchurl {
-    url = "https://teyjus.googlecode.com/files/teyjus-source-2.0-b2.tar.gz";
+    url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/teyjus/teyjus-source-2.0-b2.tar.gz";
     sha256 = "f589fb460d7095a6e674b7a6413772c41b98654c38602c3e8c477a976da99052";
   };
 
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "An efficient implementation of the Lambda Prolog language";
-    homepage = https://code.google.com/p/teyjus/;
+    homepage = https://github.com/teyjus/teyjus;
     license = stdenv.lib.licenses.gpl3;
     maintainers = [ maintainers.bcdarwin ];
     platforms = platforms.linux;