python3Packages.adblock: use meta instead of passthru.meta

This commit is contained in:
Robert Schütz 2021-02-26 09:51:58 +01:00 committed by Frederik Rietdijk
parent 4a89c87410
commit 6d7128414c

View file

@ -53,11 +53,10 @@ rustPlatform.buildRustPackage rec {
runHook postInstall
'';
passthru.meta = with lib; {
meta = with lib; {
description = "Python wrapper for Brave's adblocking library, which is written in Rust";
homepage = "https://github.com/ArniDagur/python-adblock/";
maintainers = with maintainers; [ petabyteboy ];
license = with licenses; [ asl20 mit ];
platforms = with platforms; [ all ];
};
}