Unverified Commit 1f4b266f authored by Mikael Voss's avatar Mikael Voss
Browse files

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

parent cceae71b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}