akkoma-emoji.blobs_gg: remove use of with lib;

This commit is contained in:
Mikael Voss
2025-02-14 22:53:03 +01:00
parent cceae71bd2
commit 1f4b266f2a
+3 -3
View File
@@ -30,10 +30,10 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Blob emoji from blobs.gg repacked as APNG";
homepage = "https://blobs.gg";
license = licenses.asl20;
maintainers = with maintainers; [ mvs ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mvs ];
};
}