Unverified Commit 46d7754b authored by toonn's avatar toonn
Browse files

nss-mdns: Repository moved to the Avahi organisation

The repositories around the Avahi project were moved to the new Avahi
organisation on GitHub, news item 2023-12-04 on [the Avahi
homepage](https://avahi.org/).

[The nss-mdns homepage](https://0pointer.de/lennart/projects/nss-mdns/

)
seems to be outdated so we point to the repository instead, which at
least has an up to date README.

Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent 3b47da67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
  version = "0.15.1";

  src = fetchFromGitHub {
    owner = "lathiat";
    owner = "avahi";
    repo = "nss-mdns";
    rev = "v${version}";
    hash = "sha256-iRaf9/gu9VkGi1VbGpxvC5q+0M8ivezCz/oAKEg5V1M=";
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
      resolution by common Unix/Linux programs in the ad-hoc mDNS
      domain `.local'.
    '';
    homepage = "http://0pointer.de/lennart/projects/nss-mdns/";
    homepage = "https://github.com/avahi/nss-mdns/";
    license = lib.licenses.lgpl2Plus;
    # Supports both the GNU and FreeBSD NSS.
    platforms = lib.platforms.gnu ++ lib.platforms.linux ++ lib.platforms.freebsd;