curl: add Scrumplex to maintainers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -222,7 +222,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Command line tool for transferring files with URL syntax";
|
||||
homepage = "https://curl.se/";
|
||||
license = lib.licenses.curl;
|
||||
maintainers = with lib.maintainers; [ lovek323 ];
|
||||
maintainers = with lib.maintainers; [ lovek323 Scrumplex ];
|
||||
platforms = lib.platforms.all;
|
||||
# Fails to link against static brotli or gss
|
||||
broken = stdenv.hostPlatform.isStatic && (brotliSupport || gssSupport);
|
||||
|
||||
Reference in New Issue
Block a user