Fix homepage links (see #30636)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user