treewide: fix various links (homepage, src)

This commit is contained in:
Vladimír Čunát
2018-09-03 16:53:02 +02:00
parent 0d388e1bb6
commit 9b48a67731
8 changed files with 11 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool for adding dnscrypt support to any name resolver";
homepage = https://dnscrypt.org/;
homepage = https://dnscrypt.info/;
license = licenses.isc;
maintainers = with maintainers; [ tstrobel joachifm ];
platforms = platforms.linux;