about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
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/ocaml-modules
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/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/bitstring/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/bitstring/default.nix b/pkgs/development/ocaml-modules/bitstring/default.nix
index d6909efe4a6d..7e9ba518251c 100644
--- a/pkgs/development/ocaml-modules/bitstring/default.nix
+++ b/pkgs/development/ocaml-modules/bitstring/default.nix
@@ -20,7 +20,7 @@ buildOcaml rec {
 
   meta = with stdenv.lib; {
     description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml";
-    homepage = http://code.google.com/p/bitstring/;
+    homepage = https://github.com/xguerin/bitstring;
     license = licenses.lgpl21Plus;
     maintainers = [ maintainers.maurer ];
   };