apacheHttpdPackages.mod_dnssd: fix meta.homepage

This commit is contained in:
Anthony Roussel 2024-03-21 22:47:35 +01:00
parent 4b042b5767
commit fbbf8be029
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "http://0pointer.de/lennart/projects/mod_dnssd";
homepage = "https://0pointer.de/lennart/projects/mod_dnssd";
description = "Provide Zeroconf support via DNS-SD using Avahi";
license = licenses.asl20;
platforms = platforms.linux;