Merge pull request #116080 from Mindavi/libwebsockets/maintainer

libwebsockets: add myself as maintainer
This commit is contained in:
Sandro
2021-03-12 21:33:57 +01:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ let
# Relicensed from LGPLv2.1+ to MIT with 4.0. Licensing situation
# is tricky, see https://github.com/warmcat/libwebsockets/blob/main/LICENSE
license = with licenses; [ mit publicDomain bsd3 asl20 ];
maintainers = with maintainers; [ mindavi ];
platforms = platforms.all;
};
};