treewide: abandon Google Code homepages

This commit is contained in:
c0bw3b
2017-11-03 18:52:28 +00:00
committed by Orivej Desh
parent 74260a4922
commit 525380b472
65 changed files with 118 additions and 110 deletions
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://code.google.com/p/marisa-trie/;
homepage = https://github.com/s-yata/marisa-trie;
description = "Static and space-efficient trie data structure library";
license = licenses.bsd3;
maintainers = with maintainers; [ sifmelcara ];