resilio: Add jwoudenberg as extra maintainer

This commit is contained in:
Jasper Woudenberg 2021-06-08 08:56:38 +02:00 committed by Austin Seipp
parent c8f9d170d4
commit bc3b07cb93
2 changed files with 3 additions and 1 deletions

View File

@ -285,4 +285,6 @@ in
}; };
}; };
}; };
meta.maintainers = with maintainers; [ jwoudenberg ];
} }

View File

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfreeRedistributable; license = licenses.unfreeRedistributable;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ domenkozar thoughtpolice cwoac ]; maintainers = with maintainers; [ domenkozar thoughtpolice cwoac jwoudenberg ];
}; };
} }