Fix homepage links (see #30636)

This commit is contained in:
Pascal Wittmann
2017-11-11 17:36:33 +01:00
parent 2f34d20ab1
commit f63c21569f
9 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A configuration parser library";
maintainers = with maintainers; [ pSub ];
homepage = http://www.azzit.de/dotconf/;
homepage = https://github.com/williamh/dotconf;
license = licenses.lgpl21Plus;
platforms = with platforms; unix;
};

View File

@@ -25,7 +25,7 @@ let
doCheck = true;
meta = with stdenv.lib; {
homepage = http://www.complang.org/ragel;
homepage = https://www.colm.net/open-source/ragel/;
description = "State machine compiler";
inherit license;
platforms = platforms.unix;