nsync: add Luflosi as maintainer

This commit is contained in:
Luflosi 2022-10-01 14:22:33 +02:00
parent e748d4d029
commit 4c0eb8eb9e
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/google/nsync";
description = "C library that exports various synchronization primitives";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ puffnfresh ];
maintainers = with lib.maintainers; [ puffnfresh Luflosi ];
# On macOS we get an error for some reason:
# > mkdir: cannot create directory 'build': File exists
platforms = lib.platforms.linux;