python3Packages.adblock: use meta instead of passthru.meta
This commit is contained in:
parent
4a89c87410
commit
6d7128414c
@ -53,11 +53,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python wrapper for Brave's adblocking library, which is written in Rust";
|
description = "Python wrapper for Brave's adblocking library, which is written in Rust";
|
||||||
homepage = "https://github.com/ArniDagur/python-adblock/";
|
homepage = "https://github.com/ArniDagur/python-adblock/";
|
||||||
maintainers = with maintainers; [ petabyteboy ];
|
maintainers = with maintainers; [ petabyteboy ];
|
||||||
license = with licenses; [ asl20 mit ];
|
license = with licenses; [ asl20 mit ];
|
||||||
platforms = with platforms; [ all ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user