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: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
3b47da6765
commit
46d7754bdb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue